{ "path": "/workspace/main.py", "content": "def add(a, b):\n return a + b\n\nif __name__ == '__main__':\n print(add(2, 3))\n", "encoding": "utf-8" }