repositorypackage
0.0.0-20240628074936-fd40a41c2e53
Repository: https://github.com/rzabcio/adventofcode-2023.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Advent of Code 2023
Just my solutions for Advent of Code 2023.
Uses Cobra as CLI framework and Go-Funk for some array processing tools.
Requirements installation:
> go mod tidy
How to run specific puzzle (input files included in /input-files):
> go run main.go day*.go day <day:1-25> <part:1/2> <input-file>
Because of TDD approach, tests are also included:
> go test