You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
Each day is contained in a separate folder.
4
4
I write C++ solutions for speed (to attempt to make it on the leaderboard). I won't try to clean up these solutions; they may contain debug output and other nonsense. They can be compiled with the Makefile in each folder.
5
5
6
+
(Note: I use `g++-13` as my compiler; you can change this by updating the `CC` variable in the Makefile.
7
+
Note that I use the `<bits/stdc++.h>` header which is not available with all C++ compilers.)
8
+
6
9
I will also try to write some cleaner solutions in other languages.
7
10
Currently I'm trying to use Haskell; these solutions can be run using `cabal run Day{X} < input` in the root directory.
0 commit comments