1
1
Fork 0
exercism/jq/bird-count/bird-counting-data.json
Christina Sørensen 39f408b8b0
feat: bird-count
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-06 14:51:36 +01:00

11 lines
229 B
JSON

[
[0, 0, 1, 0, 0, 1, 0],
[8, 8, 9, 5, 4, 7, 10],
[0, 0, 1, 0, 0, 1, 0],
[5, 9, 12, 6, 8, 8, 17],
[1, 1, 1, 0, 0, 0, 0],
[4, 9, 5, 7, 8, 8, 2],
[5, 5, 4, 0, 7, 6],
[0, 2, 5, 3, 7, 8, 4],
[4, 5, 9, 10, 9, 4, 3]
]