core_testing1/collatz_test1.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 01 Dec 2021 07:51:21 +0000
changeset 416 497f67fd4ae0
parent 399 b17a98b0c52f
child 472 6a77c260c8a5
permissions -rw-r--r--
updated


import C1._

assert(collatz(1) == 0) 
assert(collatz(6) == 8)
assert(collatz(9) == 19)