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