3 lines
79 B
Text
3 lines
79 B
Text
program: string_concat
|
|
input: ['hello', 'literal']
|
|
output: 'hello literal'
|