Advent Of Code entry

This commit is contained in:
Jack Jackson 2023-12-01 18:51:20 -08:00
parent 2e1e935289
commit 2e91dd4d78
2 changed files with 11 additions and 0 deletions

View File

@ -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!

View File

@ -2,6 +2,8 @@
title: "Short Thoughts 2022-03-05" title: "Short Thoughts 2022-03-05"
date: 2023-03-05T19:49:27-08:00 date: 2023-03-05T19:49:27-08:00
tags: tags:
- programming-challenges
- rust
- short-thoughts - short-thoughts
--- ---