This website works better with JavaScript
Главная
Обзор
Помощь
Вход
radu
/
LaTeX-examples
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
7a39159bdb
Ветки
Метки
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
scala
/
hello-world.scala
hello-world.scala
95 B
История
Исходник
1
2
3
4
5
object HelloWorld {
def main(args: Array[String]) {
println("Hello World!")
}
}