Skip to content

Commit 0418b4d

Browse files
committed
Update README
1 parent c553733 commit 0418b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Each day is contained in a separate folder.
44
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.
55

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+
69
I will also try to write some cleaner solutions in other languages.
710
Currently I'm trying to use Haskell; these solutions can be run using `cabal run Day{X} < input` in the root directory.
811

0 commit comments

Comments
 (0)