index
:
7l
master
Solutions for the books "7 languages in 7 weeks" I + II
gramos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scala
/
ring.scala
blob: 442b737ab22a061434e05389a004ef7d7e654cf6 (
plain
) (
blame
)
1
2
3
4
5
object
TrueRing
{
def
rule
=
println
(
"To rule them all"
)
}
TrueRing
.
rule