Copy old project - initial state

This commit is contained in:
2025-01-07 15:19:59 +01:00
parent cae841f0e5
commit afad23ca20
202 changed files with 17563 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class Eov {
double X = 0;
double Y = 0;
Eov(this.X, this.Y);
}