RosettaCodeData/Task/Empty-program/Objeck/empty-program.objeck

7 lines
90 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
bundle Default {
class Empty {
function : Main(args : String[]) ~ Nil {
}
2026-02-01 16:33:20 -08:00
}
2023-07-01 11:58:00 -04:00
}