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