Add template for now
This commit is contained in:
parent
9b78a63fba
commit
79a6b87c53
1 changed files with 8 additions and 0 deletions
8
template.rb
Executable file
8
template.rb
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
problem = 1
|
||||
input = File.readlines("#{problem}.input")
|
||||
|
||||
result = :solution
|
||||
|
||||
puts result
|
Loading…
Reference in a new issue