Explorar o código

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

root hai 1 mes
pai
achega
4e8252925e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

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