mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 14:43:42 +01:00
6 lines
54 B
PHP
6 lines
54 B
PHP
<?php
|
|
|
|
echo 1 + 2 * 3;
|
|
echo '<br>';
|
|
|
|
echo (1 + 2) * 3; |