Advent of Code 2024 - Day 2

in Elixir, by convention, predicate functions (functions that return trueor false) are named ok? (not is_ok? which is redundant)

Still, this is elegant recursive code :+1: