From 6a93f6872263e8ad46d33436d2f6543f6843e36e Mon Sep 17 00:00:00 2001 From: kamoshi <18511281+kamoshi@users.noreply.github.com> Date: Fri, 25 Dec 2020 20:31:26 +0100 Subject: [PATCH] Update readme.md --- 2020/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/2020/readme.md b/2020/readme.md index 68c617f..b7b6413 100644 --- a/2020/readme.md +++ b/2020/readme.md @@ -33,3 +33,4 @@ Day | Stars | Language - I originally planned to solve AoC 2020 in C#, but somehow I ended up using Python for most of it! - I found day 20 to be definitely the hardest/most time consuming. - It took me only 5 minutes to do day 18, because I had the tokenizer and RPN solver already done and ready to go xD +- I did day 8 in C# in case the instruction stuff would be continued in the following days, but it never happened. I thought doing it in a statically typed OOP language would be better/cooler.