adding a helloworld.php because php is a good language ! and a strange way to display the fibonacci serie ahah

This commit is contained in:
Alexandre Plateau
2018-10-07 19:33:15 +02:00
committed by Luke Oliff
parent f357770592
commit f0c0410eb6
2 changed files with 43 additions and 0 deletions

3
code/helloworld.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo "Hello world !";
?>