Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132944 views
License: OTHER
1
object HelloWorld {
2
def main(args: Array[String]) {
3
println("Hello World!")
4
}
5
}
6