Skip to content

aymec/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Advent of Code 2022
This year, I'm doing it in Go, again.

Use

Each day's challenge is inside its own folder.
The input for the challenge is in that same folder in a file called input.txt.

Run go run dayN/main.go from the root folder to run the Nth challenge.
It is necessary to run it from the root directory as I hardcoded the path to the input file.

About

Advent of Code 2021 in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages