Browse Source

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

root 1 tháng trước cách đây
mục cha
commit
4e8252925e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      php/l1.php

+ 3 - 0
php/l1.php

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