We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272019a commit 9c16155Copy full SHA for 9c16155
.gitignore
@@ -7,6 +7,8 @@ __pycache__/
7
*.so
8
9
# AoC
10
+.aoc_tiles/*
11
+!.aoc_tiles/tiles/
12
.aoctiles/
13
*.yaml
14
README.md
@@ -129,8 +129,6 @@ These files are also located in each directory: `input.txt` (my input for the da
129
from the AoC examples. So, if you don't want to change anything in the code, just put your `input.txt` file into folder
130
with the Python solution.
131
132
-### **The project has no dependencies.**
133
-
134
Some scripts may run slower when using **CPython**, so I strongly recommend you using [**PyPy**](https://www.pypy.org/).
135
136
All solution print to `stdout`. Example output:
0 commit comments