1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-12-08 00:45:29 +01:00

15 lines
195 B
JSON
Raw Normal View History

2020-07-05 15:48:51 +02:00
[
{
"input": ["world"],
"output": "Hello world!"
},
{
"input": ["everyone"],
"output": "Hello everyone!"
},
{
"input": ["Divlo"],
"output": "Hello Divlo!"
}
]