Skip to content

Instantly share code, notes, and snippets.

@gavinsykes
Created November 25, 2021 15:41
Show Gist options
  • Save gavinsykes/67e8496b37ec88f4aebe1f24f4bc2076 to your computer and use it in GitHub Desktop.
Save gavinsykes/67e8496b37ec88f4aebe1f24f4bc2076 to your computer and use it in GitHub Desktop.
Example of what an expected answers JSON file will look like
[
{"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