Mercurial
Mercurial
>
hg
>
pep-material
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
marking1/collatz_test1.scala
author
Christian Urban <urbanc@in.tum.de>
Wed, 16 Jan 2019 12:24:47 +0000
changeset 254
cc0154804096
parent 210
63a1376cbebd
child 266
ca48ac1d3c3e
permissions
-rw-r--r--
updated
assert(collatz(1) == 0)
assert(collatz(6) == 8)
assert(collatz(9) == 19)
assert(collatz(9000) == 47)