Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseomartelli/aoc2021
https://github.com/eliseomartelli/aoc2021
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliseomartelli/aoc2021
- Owner: eliseomartelli
- License: mit
- Created: 2021-12-01T23:14:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T09:09:23.000Z (about 3 years ago)
- Last Synced: 2024-10-30T04:11:05.999Z (2 months ago)
- Language: Go
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AOC2021
Solutions in Go for [Advent of Code 2021](https://adventofcode.com)
| Day | Prompt | Solution |
|---|---|---|
| Day 1 | [Prompt](days/001/prompt) | [Solution](days/001) |
| Day 2 | [Prompt](days/002/prompt) | [Solution](days/002) |