about summary refs log tree commit diff
path: root/day03.ijs
diff options
context:
space:
mode:
Diffstat (limited to 'day03.ijs')
-rw-r--r--day03.ijs7
1 files changed, 7 insertions, 0 deletions
diff --git a/day03.ijs b/day03.ijs
new file mode 100644
index 0000000..40a5473
--- /dev/null
+++ b/day03.ijs
@@ -0,0 +1,7 @@
+load 'files'
+
+c =: 13 : '(>./x)<(+/x)-(>./x)'
+echo +/c"1".freadr'day03'
+echo +/c"1,/((3%~#r),3)$"1|:r=:".freadr'day03'
+
+exit 0