diff options
Diffstat (limited to 'hello.php')
| -rw-r--r-- | hello.php | 3 |
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"; |
