1
0
Fork 0
advent-of-code-2024/template.rb
2024-12-10 08:27:41 -05:00

11 lines
137 B
Ruby
Executable file

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