Table of Contents
Solutions to Advent of Code puzzles.
- Install
gofumptfor improved code formatting. - Install
golangci-lintfor code linting. - Install
pre-committo run linters before commit.
- Install
pre-commithooks by running:pre-commit install
-
Get your puzzle input and put it into folder of particular solution, e.g.
2023/1/input.txt. -
Run the solution:
go run 2023/1/main.go
To get full list of available commands run:
make helpCopyright (c) 2023 Alexander Kurbatov
Licensed under the GPLv3.