pre_testing1/collatz_test3.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 04 Nov 2021 12:20:12 +0000 (2021-11-04)
changeset 395 017f621f5835
parent 345 40657f9a4e4a
permissions -rw-r--r--
updated

assert(CW6a.last_odd(113) == 85)
assert(CW6a.last_odd(84) == 21)
assert(CW6a.last_odd(605) == 341)