day1 README: remove useless html headers

This commit is contained in:
2021-12-03 17:58:50 +01:00
parent 58980edfb0
commit 9bd7a0cd85
2 changed files with 1 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#### My solutions to the [2020](https://adventofcode.com/2020) and [2021](https://adventofcode.com/2021) [advent of code](https://adventofcode.com).
#### My own rules for 2020 :
#### My own rules :
- **C** : Only *standard* libraries (for example, no external sort).
- **bash**: Pure bash only: No external commands allowed (grep, sed, etc...).