commit 4a35dddabbd6326e7285f422fd72a5806bc35bdf parent d4abe9e607e40f556077e99e35c85e7ce5c0f3df Author: Martin Ashby <martin@ashbysoft.com> Date: Sun, 4 Dec 2022 08:59:30 +0000 AoC post Diffstat:
A | content/posts/2022-12-04-aoc.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/content/posts/2022-12-04-aoc.md 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!