pre_testing1/collatz_test3.scala
changeset 345 40657f9a4e4a
parent 343 c8fcc0e0a57f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pre_testing1/collatz_test3.scala	Sat Oct 31 16:47:46 2020 +0000
@@ -0,0 +1,4 @@
+
+assert(CW6a.last_odd(113) == 85)
+assert(CW6a.last_odd(84) == 21)
+assert(CW6a.last_odd(605) == 341)