From 43ab0a3a7a1e095f5f33f224ce73c413f49e156c Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Sun, 2 Dec 2018 12:41:05 +0000 Subject: Initial commit --- day01/part1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 day01/part1 (limited to 'day01/part1') diff --git a/day01/part1 b/day01/part1 new file mode 100755 index 0000000..aba8398 --- /dev/null +++ b/day01/part1 @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +puts $stdin.readlines.map(&:to_i).sum -- cgit v1.2.3