/*EXPECTED
hello world!
*/
class _Main {
	static function main(args : string[]) : void {
		log "hello world!";
	}
}
