index
:
coursera
algos
algs-I
algs-II
android
descrete
scala
[no description]
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Scala
/
sandbox
/
0-main.scala
blob: ee22e71aa39ce7958d2e61504133f46118549021 (
plain
)
1
2
3
4
5
6
7
8
9
object
Main
extends
App
{
Sqrt
.
run Recursion
.
run Curry
.
run Rationals
.
run
}