1
0
Fork 0
advent-of-code-2024/template.rb

8 lines
109 B
Ruby
Executable file

#!/usr/bin/env ruby
problem = 1
input = File.readlines("#{problem}.input")
result = :solution
puts result