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

6 lines
86 B
Plaintext

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