
class _Main {
	/**
	 * @param args
	 * @param this_is_wrong
	 */
	static function main(args : string[]) : void {
		log "Hello, world!";
	}
}
