Update Examples

Glen Whitney 2024-08-24 04:27:44 +00:00
parent 32e73a365e
commit a0684c6628

@ -275,11 +275,11 @@ struct Unit
struct Pair(i32, f32)
struct Point x: f32, y: f32
struct Point x, y: f32
struct Rectangle
top_left: Point
bottom_right: Point
top_left, bottom_right: Point