Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gdejong committed Dec 5, 2024
1 parent ec24973 commit 623a016
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# advent-of-code-2024

My attempts at https://adventofcode.com 2024 edition.
My attempts at https://adventofcode.com 2024 edition.

To run a single day, run:

```shell
go run cmd/day<DAY>/main.go
```

0 comments on commit 623a016

Please sign in to comment.