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

9 lines
109 B
Ruby
Raw Normal View History

2024-12-02 19:11:11 -05:00
#!/usr/bin/env ruby
problem = 1
input = File.readlines("#{problem}.input")
result = :solution
puts result