From 4f2c160b1b369fdb23ed68c39c80f68899ba6d5f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 5 Dec 2019 17:54:54 +1100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb399a8..a4fac07 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ My approach to these is: - Don't look at any other solutions until I've done my own - Don't update solution after looking at other solutions - Whilst not an explicit goal most if not all solutions just use Rust and the standard library + +In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes.