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

6 lines
86 B
Text
Raw Permalink Normal View History

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