We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736b324 commit 59a2f26Copy full SHA for 59a2f26
1 file changed
app/main.php
@@ -15,7 +15,7 @@ class main extends KEYPHPAPPLICATION
15
public function loop()
16
{
17
18
- // // OverKill method for std io that reads and prints user prompted value
+ // // OverKill method that reads and prints user prompted value
19
// $stdio = new stdio;
20
// $stdin = $stdio->openstdin();
21
// $val = $stdio->ccin();
@@ -24,12 +24,13 @@ public function loop()
24
// $stdio->closestdin($stdin);
25
// $stdio->closestdout($stdout);
26
27
- // // basic method for std io that reads and prints user prompted value
+ // // basic method that reads and prints user prompted value
28
// stdio::cout(stdio::cin());
29
30
stdio::cout("Hello World!");
31
new bis;
32
return false;
33
+
34
}
35
36
0 commit comments