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
.
testing1/collatz_test1.scala
author
Christian Urban <urbanc@in.tum.de>
Fri, 07 Dec 2018 08:54:34 +0000
changeset 241
c650a91db720
parent 199
54befaf23648
child 281
87b9e3e2c1a7
permissions
-rw-r--r--
updated
assert(collatz(1) == 0)
assert(collatz(6) == 8)
assert(collatz(9) == 19)