diff --git a/README.md b/README.md index 88d89c7..182f3b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # advent-of-code-2024 -My attempts at https://adventofcode.com 2024 edition. \ No newline at end of file +My attempts at https://adventofcode.com 2024 edition. + +To run a single day, run: + +```shell +go run cmd/day/main.go +``` \ No newline at end of file