Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cellular_automata/langtons_ant.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

WIDTH = 80
HEIGHT = 80
//hey buddy

Check failure on line 15 in cellular_automata/langtons_ant.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff

cellular_automata/langtons_ant.py:15:1: SyntaxError: Expected a statement

Check failure on line 15 in cellular_automata/langtons_ant.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff

cellular_automata/langtons_ant.py:15:7: SyntaxError: Simple statements must be separated by newlines or semicolons


class LangtonsAnt:
Expand Down
Loading