package
scalaz
object
Main
{
def
main
(
args
:
Array
[
String
]
)
{
println
(
"Scalaz"
)
}
}