ce4bcbe7c5b1c920eaea23d3411648e0dd3874c7
My solutions to the advent of code 2020
My solutions to the 2 daily exercises in both C and Bash (also Cobol for day 1, I may try some other languages).
My own rules:
- C : Only standard libraries (for example, no external sort).
- bash: Pure bash only: No external commands allowed (grep, sed, etc...).
Done:
- Day 1: Bash, C, and Cobol
- Days 2-18: Bash and C
- Days 19-20: Bash
Description
Advent of Code 2019, 2020, 2021, and 2022 in both bash and C. Maybe experiments with different languages too.
Languages
C
72.3%
Makefile
13.4%
Shell
13.3%
COBOL
0.9%
C++
0.1%