Update template
This commit is contained in:
parent
892538ce64
commit
cfe6ac49d0
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
problem = 1
|
problem = 1
|
||||||
input = File.readlines("#{problem}.input")
|
#input = File.readlines("#{problem}.input")
|
||||||
|
input = DATA.read
|
||||||
|
|
||||||
result = :solution
|
result = :solution
|
||||||
|
|
||||||
puts result
|
puts result
|
||||||
|
|
||||||
|
__END__
|
||||||
|
|
Loading…
Reference in a new issue