From 2ee9ac010003762b467bcd1619a79dd7ecbe9f54 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:20:52 +0200 Subject: [PATCH] Untested PHP --- php/helloworld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/helloworld.php b/php/helloworld.php index 1c3bd27..ca1c465 100644 --- a/php/helloworld.php +++ b/php/helloworld.php @@ -1,3 +1,3 @@ Hallo Welt

'; + echo 'Hello World!'; ?> \ No newline at end of file