From 8e4a3b0d89af9635a97113741f3c272542b69830 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Sat, 1 Dec 2018 00:14:59 -0500
Subject: Solve day 1 part 1

---
 2018/day01-1.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 2018/day01-1.sh

(limited to '2018')

diff --git a/2018/day01-1.sh b/2018/day01-1.sh
new file mode 100644
index 0000000..38e713e
--- /dev/null
+++ b/2018/day01-1.sh
@@ -0,0 +1 @@
+sed 's/^/last/' | bc | tail -n 1
-- 
cgit 1.4.1