7 lines
113 B
Text
7 lines
113 B
Text
program: uppercase
|
|
input: 'FOObar'
|
|
output: 'FOOBAR'
|
|
|
|
program: lowercase
|
|
input: 'FOObar'
|
|
output: 'foobar'
|