mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
Fixed a typo #26
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
// into this:
|
// into this:
|
||||||
//
|
//
|
||||||
// point1 = Point{ .x=3, .y=16, .y=27 };
|
// point1 = Point{ .x=3, .y=16, .z=27 };
|
||||||
// point2 = Point{ .x=7, .y=13, .y=34 };
|
// point2 = Point{ .x=7, .y=13, .z=34 };
|
||||||
//
|
//
|
||||||
// The Point above is an example of a "struct" (short for "structure").
|
// The Point above is an example of a "struct" (short for "structure").
|
||||||
// Here's how it could have been defined:
|
// Here's how it could have been defined:
|
||||||
|
|||||||
Reference in New Issue
Block a user