fork download
  1. hello() // OK
  2.  
  3. private function hello() : void {
  4. print("Hello World!")
  5. }
Success #stdin #stdout 2.85s 163804KB
stdin
Standard input is empty
stdout
Hello World!