aboutsummaryrefslogtreecommitdiffhomepage
path: root/hello.php
diff options
context:
space:
mode:
Diffstat (limited to 'hello.php')
-rw-r--r--hello.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello.php b/hello.php
new file mode 100644
index 0000000..5f78cc8
--- /dev/null
+++ b/hello.php
@@ -0,0 +1,3 @@
+<?php
+
+echo "Hello, World!\n";