Compare commits

...

3 Commits

  1. 4
      README.md
  2. 3
      index.php

@ -1 +1,3 @@
### Hello world
### Start index
Enter: `php -f ./index.php`

@ -0,0 +1,3 @@
<?php
echo "Hello world\n";
Loading…
Cancel
Save