From a8b0fa62b5539ae18129e8dd6f75ced18fa37854 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 3 Dec 2023 18:24:27 +0100 Subject: docs: add README.md --- 2023/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 2023/README.md (limited to '2023/README.md') diff --git a/2023/README.md b/2023/README.md new file mode 100644 index 0000000..a4eea9e --- /dev/null +++ b/2023/README.md @@ -0,0 +1,17 @@ +

+ + Advent of Code 2023 + +

+ +

...solved in C++17.

+ +

+ + AoC 2023 + + + +

+ +Run `nix develop` for a reproducible environment. -- cgit v1.2.3