bin dumm und hab 2 unötige commits gemacht, hier ist das wirklich drinnen

This commit is contained in:
Tobias Kachel 2026-05-27 11:04:39 +02:00
parent 187ccdc6a5
commit d8425f268b
5 changed files with 0 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -5,7 +5,6 @@ class Verkehrsmittel{
private: private:
int posX = 0; int posX = 0;
int posY = 0; int posY = 0;
int position[2] = {posX,posY};
public: public:
void bewege(int x, int y); void bewege(int x, int y);
virtual std::string text(); virtual std::string text();

BIN
6_Verkehrsmittel/a.out Executable file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.