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
|
||||
|
||||
problem = 1
|
||||
#input = File.readlines("#{problem}.input")
|
||||
problem = :fake
|
||||
#input = File.readlines("#{problem}.input", chomp: true)
|
||||
input = DATA.read
|
||||
|
||||
result = :solution
|
||||
|
|
Loading…
Reference in a new issue