An open API service indexing awesome lists of open source software.

https://github.com/wolffshots/adventofcode2022


https://github.com/wolffshots/adventofcode2022

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2022

See [adventofcode.com](https://adventofcode.com/2022/about) for more info about what it is and how to participate

This repo holds the [my](https://github.com/wolffshots/) answers for [Advent of Code 2022](https://adventofcode.com/2022)

Written in [Golang](https://go.dev/) with some influence from [TDD](https://en.wikipedia.org/wiki/Test-driven_development)

If you have Go installed then you can run a day by calling `go run ./...` from the directory of the day you want to run.
Alternatively you can run `go test -v ./...` to run tests for that day.