user3690 / advent-of-code-in-go

Advent of Code Solutions in Go

Repository from Github https://github.comuser3690/advent-of-code-in-goRepository from Github https://github.comuser3690/advent-of-code-in-go

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

About

Advent of Code Solutions in Go

License:MIT License


Languages

Language:Go 100.0%