module
Version:
v0.0.0-...-b8c1f16
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
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 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
Directories
¶
Click to show internal directories.
Click to hide internal directories.