3 files to be compiled together and then run scala Spiral a b
where a, b are integers to see the time distribution
var x = 2;
var y = 3;
var z = y;
print z;
var msg = "Hello World";
print msg;
var n = 0;
print "Enter any number from 0 to 9 to continue";
read n;