From c56464b188292b57dcf52385781d1dce4d441a7d Mon Sep 17 00:00:00 2001 From: aurebotukas <52974742+aurebotukas@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:54:43 +0300 Subject: [PATCH 1/2] What's up --- php/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/main.php b/php/main.php index bdc14b7..f6601e8 100644 --- a/php/main.php +++ b/php/main.php @@ -2,4 +2,4 @@ $input = fgets(STDIN); - fwrite(STDOUT, $input); +echo "What's up?"; From 86db2637181fa4aadc9b6e90b73786eef04d10fe Mon Sep 17 00:00:00 2001 From: aurebotukas <52974742+aurebotukas@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:56:12 +0300 Subject: [PATCH 2/2] Does it restart? --- php/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/main.php b/php/main.php index f6601e8..c882430 100644 --- a/php/main.php +++ b/php/main.php @@ -2,4 +2,4 @@ $input = fgets(STDIN); -echo "What's up?"; +echo "Nooooooo";