Advent of code solutions.
30/50 stars
Languages: Go, Elixir
Second AoC that I've participated in. Solved in December 2022
50/50 stars
Languages: Go, Elixir
First AoC that I've participated in. Solved in December 2021
28/50 stars
Languages: Elixir, Go
Solved long time after event has ended, when there was no other AoC live event.
To help with boilerplate code setup and input file creation I wrote simple tool called gaoc (Go + AoC).
go install github.com/SuddenGunter/adventofcode/tools/gaoc@latest
gaoc gen
Supported flags:
- -d - day of the AoC (defaults to current day)
- -y - year of the AoC (defaults to current year)
- -t - template - right now only go and demo are supported (defaults to go)
- -o - output - directory where to put generated code (defaults to
day{{.Day}}
) - -st - AoC session token, if not empty gaoc tries to fetch input and put it into template