diff options
Diffstat (limited to 'content/posts')
-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! |