--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core_testing1/collatz_test3.scala Sat Nov 06 00:06:39 2021 +0000 @@ -0,0 +1,4 @@ + +assert(C1.last_odd(113) == 85) +assert(C1.last_odd(84) == 21) +assert(C1.last_odd(605) == 341)