this repo has no description

cleanup

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