Ordner umbenannt und dinge wegen ka hinzugefügt
This commit is contained in:
18
progp/lernen/theorie_ka1/stuff.php
Normal file
18
progp/lernen/theorie_ka1/stuff.php
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<!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
|
||||||
|
|
||||||
|
echo "Modulo: ". 44 % 12 . "<br>";
|
||||||
|
|
||||||
|
echo "!(()): " . !((13+27)==40) . "<br>";
|
||||||
|
|
||||||
|
echo "**" . 2**2 . "<br>";
|
||||||
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user