Skip to content

ildx/advent-of-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Go

Advent of Code written in Go: adventofcode.com

To run tests (e.g. 2022):

cd 2022
go test ./... --count=1