diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2022-08-10 18:42:13 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2022-08-10 19:11:42 +0200 |
commit | 51497a91d412dd7f03824ec58a039d371e8b1bfa (patch) | |
tree | 87a0694e806fc5b7feeba7defef4754669329376 /20220105-advent-of-code-2021.md | |
parent | c8a6c4eed5011758d8eaa18639cc546b017d922b (diff) |
rss feed: add description
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 |