Skip to content

keithmjones-cgi/advent-of-code-2022-go

Repository files navigation

Advent of Code 2022 (Go)

An attempt at the Advent of Code 2022 challenge in Go. I have not written any Go before, so this probably won't be pretty.

Testing

go test ./...

Running

To run all days, excluding the expensive parts:

go run aoc2022.go

To run with command line options:

go build aoc2022.go
./aoc2022 --help
./aoc2022 --days=1-10,17 --include-all

About

An attempt at Advent of Code 2022 in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages