My solutions to the 2019, 2020 and 2021 Advent of Code, in C and Bash.
- C : Only standard libraries (for example, no external sort). However, I may use my own includes and libraries.
- bash: Pure bash only: No external commands allowed (grep, sed, awk, etc...).
C: Days 1-9
C: Days 1-19, 22-25Bash: All (days 1-25)Cobol: Day 1 (!!)
C: All (days 1-25)
Bash: All (days 1-12)C: All (days 1-14)