Advent Of Code repository This repository stores all programs for AOC, written by lopes143 Each challenge of each day is developed both in C and Python. C building command: gcc -O3 -Wall -Wextra -Werror -Wno-unused-result -o FILE FILE.c