bbenno / AoC2020.c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

Programs written in C to solve the puzzles of the Advent of Code 2020.

Repository Structure

Each day of the advent calendar (with its puzzle) has its separate folder. Each solution of these folders is (logically) independent of the other solutions and is comprised by a single main.c file, the input file containing the puzzle data and a Makefile.

License

Copyright © 2020-2021 Benno Bielmeier

Licensed under the EUPL-1.2.

About

License:European Union Public License 1.2


Languages

Language:C 98.7%Language:Makefile 1.3%