Bump template again
This commit is contained in:
parent
7042623609
commit
b5541fd73e
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
problem = :fake
|
||||
#input = File.readlines("input", chomp: true)
|
||||
input = DATA.read
|
||||
input = (ARGV.first.nil? ? DATA : ARGF)
|
||||
.read
|
||||
|
||||
result = :solution
|
||||
|
||||
puts result
|
||||
p result
|
||||
|
||||
__END__
|
||||
|
|
Loading…
Reference in a new issue