Oktatás * Programozás 2 * Szkriptnyelvek * levelezősök Félévek Linkek * kalendárium |
Scala /
alap.scala
Similarly to Python, you can create Scala "scripts". Behind the scenes it will be compiled of course but you don't need to worry about it. You can simply write the source and execute it. #!/usr/bin/env scala def main() { println("hello world") } main() Here |
Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |