this repo has no description

cleanup

-4
-4
src/days/day4.gleam
··· 1 - import gleam/dict 2 - import gleam/int 3 1 import gleam/io 4 2 import gleam/list 5 3 import gleam/option 6 - import gleam/order 7 4 import gleam/result 8 5 import gleam/string 9 6 import simplifile 10 - import utils/utils 11 7 12 8 type Size { 13 9 Size(height: Int, width: Int)