Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 361 Bytes

AdventOfCode2022

My solutions for the Advent of Code challenges of 2022

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).