Explorar el Código

new folder php and new file php/l1.php for print hello world

root hace 1 mes
padre
commit
4e8252925e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

@@ -0,0 +1,3 @@
+<?php
+	echo "hello world\n";
+?>