3 lines
80 B
Text
3 lines
80 B
Text
var factorial10 = 10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2
|
|
|
|
System.print(factorial10)
|