tests: update test_c and test_nitunit4 to get reproducible outputs
[nit.git] / tests / test_for_times.nit
1 module test_for_times
2
3 for i in 3.times do print "Cool"
4 for i in 10.times do print i