lgrn / aoc22

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc22

Advent of Code 2022

How to run

In main.go, print the return of Solve() for a day-package, like so:

fmt.Println(day1.Solve())

To run main.go immediately, do:

go run main.go

About

Advent of Code 2022

License:The Unlicense


Languages

Language:Go 100.0%