From 2d18570160d3aba3293a91c486b3f8cab7350d1d Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Sun, 1 Dec 2024 17:45:33 +0100 Subject: [PATCH] Update README --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index e2bd495..3a78365 100644 --- a/README.org +++ b/README.org @@ -1,2 +1,12 @@ #+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=.