diff options
Diffstat (limited to '20220105-advent-of-code-2021.md')
-rw-r--r-- | 20220105-advent-of-code-2021.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/20220105-advent-of-code-2021.md b/20220105-advent-of-code-2021.md index a35e3e1..4eb0ccd 100644 --- a/20220105-advent-of-code-2021.md +++ b/20220105-advent-of-code-2021.md @@ -2,9 +2,9 @@ January 5th, 2022 -This year, or rather last year, I decided to participate in the [Advent of code](https://adventofcode.com). This post will explain why and how I decided to do it, but also reflect on my progress since it's well over now. +This year, or rather last year, I decided to participate in the Advent of code. This post will explain why and how I decided to do it, but also reflect on my progress since it's well over now. -One of the great things about the Advent of code is that you can participate with whatever language you choose. So instead of coding in a language I'm comfortable with, I decided to go with C, for the following reasons: +One of the great things about the [Advent of code](https://adventofcode.com) is that you can participate with whatever language you choose. So instead of coding in a language I'm comfortable with, I decided to go with C, for the following reasons: * it's been 10+ years since I last programmed in C, and I wanted to dive back into it * maybe I can learn some "modern" C features as I will be targeting C11 |