https://github.com/wolffshots/adventofcode2022
https://github.com/wolffshots/adventofcode2022
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolffshots/adventofcode2022
- Owner: wolffshots
- Created: 2022-12-01T12:09:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T22:20:53.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:44:35.137Z (4 months ago)
- Language: Go
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.