mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2025-04-03 13:03:40 +02:00
6 lines
50 B
PHP
6 lines
50 B
PHP
<?php
|
|
|
|
echo pow(2, 3);
|
|
echo '<br>';
|
|
|
|
echo 2 ** 3; |