marking1/collatz_test3.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Nov 2022 15:03:48 +0000
changeset 428 cdfa6a293453
parent 343 c8fcc0e0a57f
permissions -rw-r--r--
updated solutions and templates


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