8 lines
128 B
Text
8 lines
128 B
Text
|
|
program: increment_a_numerical_string
|
||
|
|
case: 1
|
||
|
|
input: '1234'
|
||
|
|
output: '1235'
|
||
|
|
case: 2
|
||
|
|
input: '19'
|
||
|
|
output: '20'
|