Advent of Code 2024 solutions in Go
  • Go 94%
  • Shell 6%
Find a file
2024-12-06 16:49:26 +00:00
.idea chore(intellij): fix renamed project 2024-12-02 16:41:44 +00:00
days wip: day 5 2024-12-06 16:49:26 +00:00
utils feat: day 3 part 1 (the lazy way) 2024-12-04 17:13:54 +00:00
.gitignore feat: initial commit, day 1 2024-12-01 11:58:16 +00:00
get_input.sh feat: initial commit, day 1 2024-12-01 11:58:16 +00:00
go.mod feat: initial commit, day 1 2024-12-01 11:58:16 +00:00
main.go wip: day 5 2024-12-06 16:49:26 +00:00
README.md docs: add basic readme 2024-12-01 12:07:01 +00:00

Advent of Code 2024 solutions in Go

https://adventofcode.com/2024

Create .env and set SESSION with your session cookie, then use ./get_input.sh to download an input:

./get_input.sh 2024 01