From 2dd7295fda5c73890245db00b4a410f864d785b2 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 5 Dec 2020 01:43:57 +0100 Subject: [PATCH] Add disclaimer to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08ac970..a68383c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # advent-of-code +Note: I don't necessarily try to make good code or to work fast, I just use this as a relaxation activity.