Dependencies:   mbed

Revision:
23:920faed43d55
Parent:
16:17f91f51358f
Child:
25:31761087a83f
--- a/main.cpp	Sat Mar 28 14:56:39 2020 +0000
+++ b/main.cpp	Sat Mar 28 15:02:43 2020 +0000
@@ -45,9 +45,10 @@
 
 //STRUCTS
 struct Point_2D {
-    float x;
+    float x; 
     float y;
 };
+
 struct Line_2D {
     Point_2D from;
     Point_2D to;