php7-mysql-data/Kapitel_4/Lektion_7/index.php
2016-08-21 00:15:10 +02:00

8 lines
108 B
PHP

<?php
require __DIR__ . '/autoload.php';
$motor = new Motor();
$auto = new Auto($motor);
$auto->starte();