zhangzhang9999 commited on
Commit
6c059de
·
1 Parent(s): 04638c8

Upload example_problem.jsonl

Browse files
Files changed (1) hide show
  1. example_problem.jsonl +1 -0
example_problem.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_id": "test/0", "prompt": "def return1():\n", "canonical_solution": " return 1", "test": "def check(candidate):\n assert candidate() == 1", "entry_point": "return1"}