5 lines
158 B
Ruby
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}" |