From 9bc63b1830cd1994f8c866360b57582fc843136e Mon Sep 17 00:00:00 2001 From: Jeff Yates Date: Wed, 2 Dec 2020 11:19:54 -0500 Subject: [PATCH] oops forgot an end --- day01/solution2.rb | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 day01/solution2.rb diff --git a/day01/solution2.rb b/day01/solution2.rb old mode 100644 new mode 100755 index c6e4145..ed00f66 --- a/day01/solution2.rb +++ b/day01/solution2.rb @@ -12,5 +12,6 @@ numbers.each do |num1| puts num1 * num2 * num3 exit end + end end end \ No newline at end of file