8 lines
109 B
Ruby
Executable file
8 lines
109 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
problem = 1
|
|
input = File.readlines("#{problem}.input")
|
|
|
|
result = :solution
|
|
|
|
puts result
|