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

11 lines
143 B
Ruby
Executable file

#!/usr/bin/env ruby
problem = :fake
#input = File.readlines("input", chomp: true)
input = DATA.read
result = :solution
puts result
__END__