Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` | ⭐ | ⭐ |