5 lines
86 B
Haxe
Raw Normal View History

2012-01-11 09:56:33 +13:00
class HelloWorld {
static function main() {
trace("Hello World!");
}
}