This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
radu
/
LaTeX-examples
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
accdf1507c
Větve
Značky
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
scala
/
hello-world.scala
hello-world.scala
95 B
Historie
Surový
1
2
3
4
5
object HelloWorld {
def main(args: Array[String]) {
println("Hello World!")
}
}