mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
19 lines
192 B
JSON
19 lines
192 B
JSON
|
[
|
||
|
{
|
||
|
"input": [4],
|
||
|
"output": false
|
||
|
},
|
||
|
{
|
||
|
"input": [19],
|
||
|
"output": true
|
||
|
},
|
||
|
{
|
||
|
"input": [97],
|
||
|
"output": true
|
||
|
},
|
||
|
{
|
||
|
"input": [54],
|
||
|
"output": false
|
||
|
}
|
||
|
]
|