about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-12-01 13:18:43 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-12-01 13:18:43 +0100
commit68f50ebf838f4c1e2764d65db5ce606cf101eaf3 (patch)
tree7584c6ff807ffd5104fd48e71190960ce0e3e9a2
downloadadventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.tar.gz
adventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.tar.xz
adventofcode2020-68f50ebf838f4c1e2764d65db5ce606cf101eaf3.zip
initial commit of adventofcode2020
-rw-r--r--README8
-rw-r--r--aoc.ijs1
2 files changed, 9 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/
diff --git a/aoc.ijs b/aoc.ijs
new file mode 100644
index 0000000..d5b3c47
--- /dev/null
+++ b/aoc.ijs
@@ -0,0 +1 @@
+nums =: [: ". [: > [: cutopen [: 1!:1 <