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