modulepackage
0.0.0-20241226194745-e5b0e1643823
Repository: https://github.com/rzabcio/adventofcode-2024.git
Documentation: pkg.go.dev
# README
Advent of Code 2024
Just my solutions for Advent of Code 2024.
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
# 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
# Functions
TOOLS - NUMERICAL.