From 2e91dd4d78a6eebd14047ef7bd6557c10c1575d7 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Fri, 1 Dec 2023 18:51:20 -0800 Subject: [PATCH] Advent Of Code entry --- blog/content/posts/2023-advent-of-code.md | 9 +++++++++ blog/content/posts/short-thoughts-2023-03-05.md | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 blog/content/posts/2023-advent-of-code.md diff --git a/blog/content/posts/2023-advent-of-code.md b/blog/content/posts/2023-advent-of-code.md new file mode 100644 index 0000000..9b09dc2 --- /dev/null +++ b/blog/content/posts/2023-advent-of-code.md @@ -0,0 +1,9 @@ +--- +title: "2023 Advent of Code" +date: 2023-12-01T18:43:13-08:00 +tags: + - programming-challenges + - rust + +--- +Just a quick note to record that, for the first time, I'm taking part [Advent Of Code](https://adventofcode.com/) - a series of programming challenges that run every day from the 1st to the 25th of December. Inspired by my [experiences]({{< ref "/posts/short-thoughts-2023-03-05" >}}) during [Exercism's 12in23 challenge](https://exercism.org/challenges/12in23), I'll be trying to complete the challenges in Rust (see my solutions [here](https://github.com/scubbo/advent-of-code-2023)). That's on top of trying to complete Exercism's "_December Diversions_", as well as 5 challenges in _another_ language for the year-long badge to make up for the fact that January was unassigned (and keeping up my reading of [Ward](https://www.parahumans.net/) to remain on-track to finish by the end of the year). It's going to be a busy month! diff --git a/blog/content/posts/short-thoughts-2023-03-05.md b/blog/content/posts/short-thoughts-2023-03-05.md index 96b6dfd..81d0bd2 100644 --- a/blog/content/posts/short-thoughts-2023-03-05.md +++ b/blog/content/posts/short-thoughts-2023-03-05.md @@ -2,6 +2,8 @@ title: "Short Thoughts 2022-03-05" date: 2023-03-05T19:49:27-08:00 tags: + - programming-challenges + - rust - short-thoughts ---