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
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
problem = :fake
|
input = (ARGV.first.nil? ? DATA : ARGF)
|
||||||
#input = File.readlines("input", chomp: true)
|
.read
|
||||||
input = DATA.read
|
|
||||||
|
|
||||||
result = :solution
|
result = :solution
|
||||||
|
|
||||||
puts result
|
p result
|
||||||
|
|
||||||
__END__
|
__END__
|
||||||
|
|
Loading…
Reference in a new issue