From 9d3198e24b0b7ac121964a995af84ba73d9a25f1 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 9 Dec 2023 16:12:14 +1000 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4fac07..a63cee0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# My advent of code solutions +# My Advent of Code Solutions 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 +- Don't look at any other solutions until I've done my own. +- Don't update solutions after looking at other solutions. +- Whilst not an absolute rule, most solutions stick to the standard library of the implementation language. -In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes. +From 2019 on I'm usually optimising for time to completion over code quality in order to limit the amount of time participating in AoC takes.