vault backup: 2022-11-03 15:03:39

This commit is contained in:
Jet Hughes 2022-11-03 15:03:39 +13:00
parent 66619a0b30
commit 3c2a45a772

View File

@ -22,7 +22,7 @@ struct <name>{
} <variable>;
struct point_2d {
double x;
double x;e
double y;
} point;
```