From 14158ecde5107f5df903c3160c067f357f6eb7d7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 9 Dec 2019 08:37:14 -0800 Subject: [PATCH] Update README.md --- 2019/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/2019/README.md b/2019/README.md index a421551..0518f17 100644 --- a/2019/README.md +++ b/2019/README.md @@ -10,6 +10,8 @@ ## My solutions -I try to write solutions that are succinct but not cryptic. +* I try to write solutions that are succinct but not cryptic. -I don’t optimize for speed. +* I don’t optimize for speed. + +* I like doing the Advent of Code problems because it forces me to use parts of Racket that I don’t ordinarily use. So I treat it as a chance to expand my awareness of the Racketverse.