Sfoglia il codice sorgente

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

root 1 mese fa
parent
commit
4e8252925e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

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