Skip to content

Commit 59a2f26

Browse files
author
Louis Bertrand
committed
corrections
1 parent 736b324 commit 59a2f26

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/main.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class main extends KEYPHPAPPLICATION
1515
public function loop()
1616
{
1717

18-
// // OverKill method for std io that reads and prints user prompted value
18+
// // OverKill method that reads and prints user prompted value
1919
// $stdio = new stdio;
2020
// $stdin = $stdio->openstdin();
2121
// $val = $stdio->ccin();
@@ -24,12 +24,13 @@ public function loop()
2424
// $stdio->closestdin($stdin);
2525
// $stdio->closestdout($stdout);
2626

27-
// // basic method for std io that reads and prints user prompted value
27+
// // basic method that reads and prints user prompted value
2828
// stdio::cout(stdio::cin());
2929

3030
stdio::cout("Hello World!");
3131
new bis;
3232
return false;
33+
3334
}
3435

3536
}

0 commit comments

Comments
 (0)