7 lines
139 B
Text
7 lines
139 B
Text
bundle Default {
|
|
class CompileTime {
|
|
function : Main(args : String[]) ~ Nil {
|
|
(10*9*8*7*6*5*4*3*2*1)->PrintLine();
|
|
}
|
|
}
|
|
}
|