RosettaCodeData/Task/Empty-program/Haxe/empty-program.haxe

5 lines
53 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class Program {
static function main() {
}
}