7 lines
74 B
C++
7 lines
74 B
C++
class cube
|
|
{
|
|
public:
|
|
int linkeecke;
|
|
int rechteecke;
|
|
cube();
|
|
}; |