Start
This commit is contained in:
parent
2167efbb3a
commit
3e397bc416
2 changed files with 3390 additions and 0 deletions
10
23/main.rb
Executable file
10
23/main.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
input = (ARGV.first.nil? ? DATA : ARGF)
|
||||
.read
|
||||
|
||||
result = :solution
|
||||
|
||||
p result
|
||||
|
||||
__END__
|
Loading…
Reference in a new issue