advent-of-code

module
v0.0.0-...-b8c1f16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL