7 lines
124 B
Text
7 lines
124 B
Text
bundle Default {
|
|
class Fact {
|
|
function : Main(args : String[]) ~ Nil {
|
|
5->Factorial()->PrintLine();
|
|
}
|
|
}
|
|
}
|