Minis (not worky)

This commit is contained in:
2026-02-03 17:17:15 +01:00
parent b508c5178d
commit 4bb1c1b97f
3 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ function get_points()::PointStack
points::PointStack = Vector()
while true
point::MaybePoint = read_point()
if point == nothing
if isnothing(point)
return points
end
push!(points, point)