Skip to content

Advent of Code Solutions in Go

License

Notifications You must be signed in to change notification settings

user3690/advent-of-code-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code solutions in Go

How to run

You need go version go1.21.x to run the solutions. Uncomment your wanted solution in main.go and run it with go run main.go in the root dir of this repository. The input has to be put in a input.txt file in for example: ./2023/day01/input.txt.

Solved Puzzles

  • Solutions for 2023