1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges/fibonacci-suite/input-output.json

7 lines
97 B
JSON
Raw Normal View History

2020-07-05 18:29:17 +02:00
[
{
"input": [14],
"output": [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233]
}
]