mal wieder rein kommen

This commit is contained in:
Cedric
2025-09-19 01:50:56 +02:00
parent 37b66c1d80
commit a79212b525
6 changed files with 74 additions and 0 deletions

7
include/cube.hpp Normal file
View File

@@ -0,0 +1,7 @@
class cube
{
public:
int linkeecke;
int rechteecke;
cube();
};