Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 190 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 190 Bytes

go_advent_2022

Advent of Code 2022, in Go (I'm a Go noob!).

  1. Install packages with go mod tidy

  2. You can run tests for all days with gotest ./... -v

https://adventofcode.com/2022