Skip to content

Commit

Permalink
Add problem statements for local test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Apr 11, 2024
1 parent 3b37cb2 commit f9a5fa4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions problem_statements/1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
I'm running `missing_colon.py` as follows:

```python
division(23, 0)
```

but I get the following error:

```
File "/Users/fuchur/Documents/24/git_sync/swe-agent-test-repo/tests/./missing_colon.py", line 4
def division(a: float, b: float) -> float
^
SyntaxError: invalid syntax
```

0 comments on commit f9a5fa4

Please sign in to comment.