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,15 +1,3 @@
Advent of Code
[About][Events][Shop][Settings][Log Out]
Bruno Raoult 2*
{:year 2021}
[Calendar][AoC++][Sponsors][Leaderboard][Stats]
Our sponsors help make Advent of Code possible:
Ximedes - From Kotlin in the cloud to NodeJS in the terminal, our software powers payments and public transport ticketing all over the world.
--- Day 1: Sonar Sweep ---
You're minding your own business on a ship at sea when the overboard alarm goes off! You rush to see if you can help. Apparently, one of the Elves tripped and accidentally sent the sleigh keys flying into the ocean!

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...).