mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
require __DIR__ . '/autoload.php';
|
|
|
|
$motor = new Motor();
|
|
$auto = new Auto($motor);
|
|
|
|
$auto->starte(); |