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

https://github.com/mna/advent04

Advent of code 2019 day 4
https://github.com/mna/advent04

Last synced: about 1 year ago
JSON representation

Advent of code 2019 day 4

Awesome Lists containing this project

README

          

# Advent of code 2019

This is my code for the [Advent of Code 2019][advent] puzzles, done in the [nim][]
programming language. This is a new-ish programming language that I just started using
for fun, so the solutions might be less elegant than they could/should be!

To build, install nim and run:

```
$ nimble run advent04.nimble
```

[advent]: https://adventofcode.com/2019
[nim]: https://nim-lang.org