Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehex/advent-of-code-2021
https://github.com/codehex/advent-of-code-2021
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehex/advent-of-code-2021
- Owner: CodeHex
- Created: 2021-12-01T18:14:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T21:07:05.000Z (almost 3 years ago)
- Last Synced: 2023-05-16T20:50:17.313Z (over 1 year ago)
- Language: Go
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advent of Code
Solutions to [Advent of Code 2021](https://adventofcode.com/2021) using the tip of Go and finding interesting ways to abuse generics
To run the solutions install [gotip](https://pkg.go.dev/golang.org/dl/gotip) and use it instead of `go` e.g.
```
gotip run day01/main.go
```