Преглед изворни кода

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