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

5 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class Program {
static function main() {
}
}