Ver Fonte

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

root há 1 mês atrás
pai
commit
4e8252925e
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

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