aoc-2019-c

Advent of Code 2019 Solutions in C
git clone https://git.sinitax.com/sinitax/aoc-2019-c
Log | Files | Refs | README | sfeed.txt

README.md (237B)


      1## Advent Of Code 2019
      2
      3Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [C](https://en.wikipedia.org/wiki/C_(programming_language)).
      4
      5The version of the C standard used to compile the code is `C99`.