Created
November 25, 2021 15:41
-
-
Save gavinsykes/67e8496b37ec88f4aebe1f24f4bc2076 to your computer and use it in GitHub Desktop.
Example of what an expected answers JSON file will look like
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"input": 1, "expected_answer": 0}, | |
{"input": 2, "expected_answer": 0}, | |
{"input": 3, "expected_answer": 0}, | |
{"input": 4, "expected_answer": 3}, | |
// And so on and so forth | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment