5 lines
86 B
Text
5 lines
86 B
Text
bundle Default {
|
|
class Empty {
|
|
function : Main(args : String[]) ~ Nil {
|
|
}
|
|
}
|