From 4a35dddabbd6326e7285f422fd72a5806bc35bdf Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sun, 4 Dec 2022 08:59:30 +0000 Subject: AoC post --- content/posts/2022-12-04-aoc.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/posts/2022-12-04-aoc.md (limited to 'content/posts/2022-12-04-aoc.md') diff --git a/content/posts/2022-12-04-aoc.md b/content/posts/2022-12-04-aoc.md new file mode 100644 index 0000000..9ef4154 --- /dev/null +++ b/content/posts/2022-12-04-aoc.md @@ -0,0 +1,9 @@ +--- +title: "Advent of Code" +date: 2022-12-04T08:54:56Z +draft: false +--- + +I'm having a go at [Advent Of Code](https://adventofcode.com/2022) this year, this time [writing solutions in Rust](https://code.mfashby.net/martin/aoc2022). + +I have no chance at competing with [ChatGPT](https://github.com/max-sixty/aoc-gpt) though! -- cgit v1.2.3-ZIG