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

6 lines
86 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
bundle Default {
class Empty {
function : Main(args : String[]) ~ Nil {
}
}