My personal, sloppy take on the Advent of Code 2022 puzzles 🫠
Clone the repository if you haven't done so via https
git clone https://github.com/capthiron/advent-of-code-2022.git
via ssh
git clone git@github.com:capthiron/advent-of-code-2022.git
Run solution of days 01-25 by executing
go run cmd/DAY/main.go --fileName "path/to/input/file"
or with encrypted input file
go run cmd/DAY/main.go --fileName "path/to/input/file" --key "KEY"
go run cmd/bootstrap/main.go --day [01-25]
go run cmd/crypto/main.go --key "KEY" --fileName "path/to/input/file.txt" > path/to/encrypted/input/file.txt