aoc_omni/ruby/2025/6/bin/problem
2025-12-06 06:16:20 -05:00

5 lines
158 B
Ruby

#!/usr/bin/env ruby
require "cephalopod_math"
cephalopod_math = CephalopodMath.for STDIN.read.chomp
puts "Part 1: #{cephalopod_math.wide_column_answers.sum}"