new_branch
main
@ -1 +1,3 @@
### Hello world
### Start index
Enter: `php -f ./index.php`
@ -0,0 +1,3 @@
<?php
echo "Hello world\n";