Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/aoc2019
Advent of Code 2019: Go edition
https://github.com/drwpow/aoc2019
Last synced: 9 days ago
JSON representation
Advent of Code 2019: Go edition
- Host: GitHub
- URL: https://github.com/drwpow/aoc2019
- Owner: drwpow
- Created: 2019-12-02T05:45:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:21:21.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:32:00.831Z (2 months ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2019
[Advent of Code 2019](https://adventofcode.com/2019) solutions in Go.
To run a particular day:
```bash
go run day01.go
```### Score
| Day | Part 1 | Part 2 |
| ---: | :----: | :----: |
| `20` | ⭐ | |
| `12` | ⭐ | ⭐ |
| `11` | | |
| `10` | ⭐ | |
| `09` | | |
| `08` | ⭐ | ⭐ |
| `07` | ⭐ | |
| `06` | ⭐ | ⭐ |
| `05` | ⭐ | ⭐ |
| `04` | ⭐ | ⭐ |
| `03` | ⭐ | ⭐ |
| `02` | ⭐ | ⭐ |
| `01` | ⭐ | ⭐ |