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-08 09:58:34 -07:00
committed by Luke Oliff
parent f357770592
commit f0c0410eb6
2 changed files with 43 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
echo "Hello world !";
?>