diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-08-04 23:12:39 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-08-04 23:12:39 +0200 |
commit | 392f0c4be0d4c034a4b161337f8f3c5fbf46358a (patch) | |
tree | 493cef6315b016e8ec7f9be051be7bb904e16add /tests/fibonacci.json | |
parent | 22f24043755ed320eff8a121aa1b80ede3b3a37f (diff) | |
download | huginn-main.tar.gz |
Diffstat (limited to 'tests/fibonacci.json')
-rw-r--r-- | tests/fibonacci.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fibonacci.json b/tests/fibonacci.json new file mode 100644 index 0000000..1be12db --- /dev/null +++ b/tests/fibonacci.json @@ -0,0 +1,7 @@ +[ + { "stdin": "0\n", "stdout": "0\n" }, + { "stdin": "1\n", "stdout": "1\n" }, + { "stdin": "10\n", "stdout": "55\n" }, + { "stdin": "20\n", "stdout": "6765\n" }, + { "stdin": "90\n", "stdout": "2880067194370816120\n" } +] |