ソースを参照

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

root 1 ヶ月 前
コミット
4e8252925e
1 ファイル変更3 行追加0 行削除
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

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