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

5 lines
53 B
Haxe
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
class Program {
static function main() {
}
}