package year2021; typedef Line = { x1:Int, y1:Int, x2:Int, y2:Int }; typedef Point = Array;