From 68f50ebf838f4c1e2764d65db5ce606cf101eaf3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 1 Dec 2020 13:18:43 +0100 Subject: initial commit of adventofcode2020 --- README | 8 ++++++++ aoc.ijs | 1 + 2 files changed, 9 insertions(+) create mode 100644 README create mode 100644 aoc.ijs 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 < -- cgit 1.4.1