aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2022-12-04 08:59:30 +0000
committerMartin Ashby <martin@ashbysoft.com>2022-12-04 08:59:30 +0000
commit4a35dddabbd6326e7285f422fd72a5806bc35bdf (patch)
treefcae201091c13278db52254dd2e083bb30e023f2
parentd4abe9e607e40f556077e99e35c85e7ce5c0f3df (diff)
downloadmfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.gz
mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.bz2
mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.xz
mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.zip
AoC post
-rw-r--r--content/posts/2022-12-04-aoc.md9
1 files changed, 9 insertions, 0 deletions
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!