Update README
This commit is contained in:
10
README.org
10
README.org
@ -1,2 +1,12 @@
|
|||||||
#+title: Readme
|
#+title: Readme
|
||||||
|
|
||||||
|
* Running
|
||||||
|
|
||||||
|
#+begin_example
|
||||||
|
$ go build
|
||||||
|
$ ./aoc2024 -day=1
|
||||||
|
#+end_example
|
||||||
|
|
||||||
|
* Project structure
|
||||||
|
Please put each day inside of the =days/dayX= folder. Test input should be named
|
||||||
|
=test_input.txt= and the example should be named =example.txt=.
|
||||||
|
|||||||
Reference in New Issue
Block a user