浏览代码

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";
+?>