Hello World
class Hello { static function main() { trace("Hello World !"); } }
version #6766, modified 2009-08-18 21:05:09 by ncannasse
You can register to create an account and edit the pages of the Wiki.
class Hello { static function main() { trace("Hello World !"); } }