From 302c86f85c79486a3ab65c5e624cd41175e8bf6d Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 5 Dec 2025 14:18:14 +0100 Subject: docs: add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a8997a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# aoc + +My AoC solutions + +Each branch contains a different year's solutions. + +## 2025 + +Done in Hare. + +```sh +cd dayX/partX +# create input.txt +hare run +``` -- cgit v1.2.3