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
.
marking/collatz_test2.scala
author
Christian Urban <urbanc@in.tum.de>
Thu, 15 Nov 2018 14:23:55 +0000
changeset 203
eb188f9ac038
parent 64
d6f97b562424
permissions
-rw-r--r--
updated
//println("starting test now")
assert(collatz_max(2)==(2,2))
assert(collatz_max(77000)==(340,52527))