4
1
Fork 0
This commit is contained in:
MaKe_Univ3rs 2017-04-01 00:56:46 +02:00
parent d2a5026d14
commit 79cb610420
2 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

View file

@ -1,7 +0,0 @@
<?php
// $variable = "cockinator";
// echo 'Die Variable lautet: ' . $variable . ' ♥ ';
$zahl1 = 1;
$zahl2 = '2';
echo $zahl1 . $zahl2 * '34.5' - '100';
?>