oops forgot an end

master
Jeff Yates 2020-12-02 11:19:54 -05:00
parent c72dfaa5e7
commit 9bc63b1830
1 changed files with 1 additions and 0 deletions

1
day01/solution2.rb Normal file → Executable file
View File

@ -12,5 +12,6 @@ numbers.each do |num1|
puts num1 * num2 * num3
exit
end
end
end
end