Categorygithub.com/krustowski/advent-of-code
repository
0.0.0-20241205163030-b8c1f16ef351
Repository: https://github.com/krustowski/advent-of-code.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

# README

advent-of-code (2024)

Base repository for the Advent of Code tasks (usually there are 2 parts per task per day).

how to run (Go)

  • Go 1.23 runtime
go run 02/part_02.go -inputFile 02/input02.txt

Or using the Docker engine and official Go image:

docker run --rm -v "./:/go" golang:1.23 go run 02/part_02.go -inputFile 02/input02.txt