Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ben-wormald/advent-of-code-2019

solutions to Advent of Code 2019 in C
https://github.com/ben-wormald/advent-of-code-2019

advent-of-code advent-of-code-2019 c

Last synced: 5 days ago
JSON representation

solutions to Advent of Code 2019 in C

Awesome Lists containing this project

README

        

```sh
DAY=01
cc ./src/main.c ./src/util/*.c ./src/solutions/day_$DAY.c -o solve
./solve test
./solve $DAY
```