code / example_problem.jsonl
zhangzhang9999's picture
Upload example_problem.jsonl
6c059de
raw
history blame
178 Bytes
{"task_id": "test/0", "prompt": "def return1():\n", "canonical_solution": " return 1", "test": "def check(candidate):\n assert candidate() == 1", "entry_point": "return1"}