Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 406 Bytes

Build CI

AdventOfCode20

My solutions for Advent Of Code 2020

How to use

Just compile using gcc or clang or something similar. There are no further dependencies, so

gcc x.c && ./a.out

should run & output the xth solution.

Note that I sometimes have sacrificed the first solution for the second one.