class Test {
    static function main() {
        trace("Haxe is great!");
    }
}