diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-04 08:59:30 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-04 08:59:30 +0000 |
commit | 4a35dddabbd6326e7285f422fd72a5806bc35bdf (patch) | |
tree | fcae201091c13278db52254dd2e083bb30e023f2 /content | |
parent | d4abe9e607e40f556077e99e35c85e7ce5c0f3df (diff) | |
download | mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.gz mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.bz2 mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.tar.xz mfashby.net-4a35dddabbd6326e7285f422fd72a5806bc35bdf.zip |
AoC post
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2022-12-04-aoc.md | 9 |
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! |