3 files to be compiled together and then run scala Spiral a b
where a, b are integers to see the time distribution
var fact = 7;
fact = fact + 1;
var c = 0;
var result = 1;
for c = 1 to fact do
result = result * c;
end;
print "The factorial is:";
print result;