diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:22:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:32:38 +0900 |
| commit | 4efa8ba0c0b749fa37b39393d3c29ac75314cc21 (patch) | |
| tree | 1448b2c556f506207145e41533872bd323795250 /hello.php | |
| parent | df39150ce837b0214366687d7c73d8ff36a315ce (diff) | |
| download | phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.gz phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.zst phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.zip | |
add files
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"; |
