commit e9f1d4a03c4acec1ef6800a196e01348f3f0ff0e
parent 43a6f9ac7410585c2eb9707ec05fef6105da4e37
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Wed, 1 Dec 2021 05:36:06 -0500
A bit of self-deprecation
Diffstat:
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,13 @@
# Advent of Code: 2021
-My attempts to work through the [2021 Advent of Code problems](https://adventofcode.com/2021).
+My attempts to work through the [2021 Advent of Code
+problems](https://adventofcode.com/2021).
-A democratic process determined that [I would be solving these problems in Python](https://twitter.com/EamonCaddigan/status/1462773482903769089), and that [I'd be using a terminal plus a text editor](https://twitter.com/EamonCaddigan/status/1463577514631180294) to do so (as opposed to, for example, Jupyter notebooks).
+A democratic process determined that [I would be solving these problems in
+Python](https://twitter.com/EamonCaddigan/status/1462773482903769089), and that
+[I'd be using a terminal plus a text
+editor](https://twitter.com/EamonCaddigan/status/1463577514631180294) to do so
+(as opposed to, for example, Jupyter notebooks).
-I'm putting the whole repo under the GPLv3, but I am happy to make things available under more permissive licenses on an ad hoc basis.
+I'm putting the whole repo under the GPLv3, but I am happy to make things
+available under more permissive licenses on an ad hoc basis (in the very
+unlikely chance that something in here is generally useful).