Table of Contents
Solutions to Advent of Code puzzles.
- Install
gofumpt
for improved code formatting. - Install
golangci-lint
for code linting. - Install
pre-commit
to run linters before commit.
- Install
pre-commit
hooks 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 help
Copyright (c) 2023 Alexander Kurbatov
Licensed under the GPLv3.