Akshay Mankar 2023-12-01 11:22:59 +01:00
parent ed8b19926c
commit 7b73bbb2ef
Signed by: axeman
GPG Key ID: CA08F3AB62369B89
1 changed files with 10 additions and 0 deletions

10
README.org Normal file
View File

@ -0,0 +1,10 @@
#+TITLE: Advent of Code 2023
#+OPTIONS: toc:nil
* Haskell
Run it like this:
#+BEGIN_SRC
cabal run aoc2023 -- day<n> < ./input/day<n>
#+END_SRC