Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 346 Bytes

File metadata and controls

6 lines (5 loc) · 346 Bytes

Advent Of Code

My solutions for the Advent of Code challenges

see my notes too

I tried to do every challenge in C but sometimes you'll see other languages solutions too.
The input is always input.txt, the C solution often/always uses tcc with shebang (explained here).