example_problem.jsonl 178 Bytes
Newer Older
Heewoo Jun's avatar
Heewoo Jun committed
1
{"task_id": "test/0", "prompt": "def return1():\n", "canonical_solution": "    return 1", "test": "def check(candidate):\n    assert candidate() == 1", "entry_point": "return1"}