diff options
author | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 11:54:56 +0200 |
---|---|---|
committer | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 11:54:56 +0200 |
commit | 8742021f42d2c5417abad25bfdb6d7abbf6e759e (patch) | |
tree | 3f2ddba1f87fbd6c86493bed076011c42de73a24 /README.md | |
parent | 5ef64073bbb183dd425ffa360d080ca58a1c08e1 (diff) | |
download | gleam_aoc2020-8742021f42d2c5417abad25bfdb6d7abbf6e759e.tar.gz gleam_aoc2020-8742021f42d2c5417abad25bfdb6d7abbf6e759e.zip |
Fix minor formatting issues in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -5,7 +5,7 @@  Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][github] using -the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other solutions [here][awesome]. +the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other people's solutions [here][awesome]. ## Progress @@ -37,11 +37,9 @@ the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other | Day 24: Arithmetic Logic Unit | 🌟 | 🌟 | | Day 25: Sea Cucumber | 🌟 | | -[^aoc]: -[Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. +[^aoc]: [Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for -twenty-four days. -You can solve the puzzle and provide an answer using the language of your choice. +twenty-four days. You can solve the puzzle and provide an answer using the language of your choice. [aoc]: https://adventofcode.com |