mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
23 lines
297 B
JSON
23 lines
297 B
JSON
[
|
|
{
|
|
"input": ["kayak"],
|
|
"output": true
|
|
},
|
|
{
|
|
"input": ["hello"],
|
|
"output": false
|
|
},
|
|
{
|
|
"input": ["Was it a cat I saw"],
|
|
"output": true
|
|
},
|
|
{
|
|
"input": ["No lemon, no melon"],
|
|
"output": true
|
|
},
|
|
{
|
|
"input": ["achievement"],
|
|
"output": false
|
|
}
|
|
]
|