diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-12-01 13:18:43 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-12-01 13:18:43 +0100 |
commit | 68f50ebf838f4c1e2764d65db5ce606cf101eaf3 (patch) | |
tree | 7584c6ff807ffd5104fd48e71190960ce0e3e9a2 /README | |
download | adventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.tar.gz adventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.tar.xz adventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.zip |
initial commit of adventofcode2020
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..af5869d --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Advent of Code 2020 (adventofcode.com) in J and Clojure. + +I'm using J 901.f and Clojure 1.10.1. + + +To the extent possible under law, Leah Neukirchen has waived +all copyright and related or neighboring rights to this work. +http://creativecommons.org/publicdomain/zero/1.0/ |