Update template
This commit is contained in:
parent
c91c680cb4
commit
660d5292bd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
problem = 1
|
problem = :fake
|
||||||
#input = File.readlines("#{problem}.input")
|
#input = File.readlines("#{problem}.input", chomp: true)
|
||||||
input = DATA.read
|
input = DATA.read
|
||||||
|
|
||||||
result = :solution
|
result = :solution
|
||||||
|
|
Loading…
Reference in a new issue