diff --git a/template.rb b/template.rb new file mode 100755 index 0000000..a25e22f --- /dev/null +++ b/template.rb @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby + +problem = 1 +input = File.readlines("#{problem}.input") + +result = :solution + +puts result