1 //println("starting test now")
2
3 assert(collatz_max(2)==(2,2))
4
5 assert(collatz_max(77000)==(340,52527))