RosettaCodeData/Task/Empty-program/Objeck/empty-program.objeck
2026-02-01 16:33:20 -08:00

6 lines
90 B
Text

bundle Default {
class Empty {
function : Main(args : String[]) ~ Nil {
}
}
}