albertobastos / advent-of-c-2021

Advent of Code 2021 solved with C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of C 2021

This repository includes Advent of Code 2021 exercices solved using C.

Exercises are labeled following the pattern <day>-<part>.

To run, for instance, Part II of Day 5:

$ ./run-sh 5-2
Answer: here_is_your_answer

This is my first time programming C since college (a long, long time ago...), so please be gentle.

About

Advent of Code 2021 solved with C


Languages

Language:C 99.7%Language:Shell 0.3%