mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Correct output text to "Hello World!" (#24449)
Correct the output text to read "Hello World!" instead of "This is my first PHP script!".
This commit is contained in:
parent
09b5c6941e
commit
a4f87125d3
@ -35,7 +35,7 @@ Below, we have an example of a simple PHP file, with a PHP script that uses a bu
|
||||
<body>
|
||||
|
||||
<?php
|
||||
echo "My first PHP script!";
|
||||
echo "Hello World!";
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user