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