This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/progp/25-2-19/lehrerclasses.php
2025-02-19 11:38:32 +01:00

15 lines
332 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<?php
require_once "lehrerclass.php";
$l = new Lehrer("Michael", " Staudt", 13);
$l->ausgeben();
?>
</body>
</html>