debug-env / debug_env /tasks /task1 /broken_code_solution.py
hugsbun's picture
feat: complete debugging workflow with HuggingFace Inference API and OpenEnv Stage 1
2058884
Raw
History Blame Contribute Delete
71 Bytes
def add(a, b):
return a + b
def multiply(a, b):
return a * b