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

https://github.com/chalcolith/advent_of_code_2019

Advent of Code 2019
https://github.com/chalcolith/advent_of_code_2019

Last synced: 6 months ago
JSON representation

Advent of Code 2019

Awesome Lists containing this project

README

          

# Advent of Code 2019

To build and run the program, do:

```
mkdir build
cd build
ponyc ../aoc_2019
./aoc_2019
```