From 3ac1a76742cac2312eeaaac70a8eff5e67829a57 Mon Sep 17 00:00:00 2001 From: Tiago Garcia <35657250+TiagoRG@users.noreply.github.com> Date: Sun, 4 Dec 2022 23:02:55 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9d2ce44..47fca6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Advent of Code 2022 ### Solutions for the 2022 AoC challenges ### They might not be the best solutions but they work and that's the important part of a coders job :xdd: +--- +## Languages used: +#### Python: +* Day 1 +* Day 2 +* Day 4 + +#### C#: +* Day 3