update repo README

This commit is contained in:
2022-10-19 19:19:05 +02:00
parent b4a2603c7b
commit 30cdb5e1a4

View File

@@ -1,16 +1,16 @@
#### My solutions to the [2019](https://adventofcode.com/2019), [2020](https://adventofcode.com/2020) and [2021](https://adventofcode.com/2021) [Advent of Code](https://adventofcode.com), in C and Bash. #### My solutions to the [2019](https://adventofcode.com/2019), [2020](https://adventofcode.com/2020) and [2021](https://adventofcode.com/2021) [Advent of Code](https://adventofcode.com), in C and Bash.
#### My own rules : #### My own rules :
- **C** : Only *standard* libraries (for example, no external sort). However, I may use my *own* includes and libraries (started in 2021). - **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...). - **bash**: Pure bash only: No external commands allowed (grep, sed, awk, etc...).
#### Advent of Code 2019 #### Advent of Code 2019
- `C`: Days 1-9 - `C`: Days 1-9
#### Advent of Code 2020 #### Advent of Code 2020
- `C`: Days 1-18, 25 - `C`: Days 1-18, 24-25
- `Bash`: Days 1-25 - `Bash`: All (days 1-25)
- `Cobol`: Day 1 (!!) - `Cobol`: Day 1 (!!)
#### Advent of Code 2021 #### Advent of Code 2021
- `C`: Days 1-25 - `C`: All (days 1-25)