Skip to content

krustowski/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advent of Code 2024

Resources

License

Stars

Watchers

Forks