https://github.com/drwpow/aoc2019
Advent of Code 2019: Go edition
https://github.com/drwpow/aoc2019
Last synced: 6 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:21:21.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:48:10.206Z (over 1 year 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` | ⭐ | ⭐ |