RosettaCodeData/Task/Empty-program/Objeck/empty-program.objeck
2023-07-01 13:44:08 -04:00

5 lines
86 B
Text

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