This website works better with JavaScript
Начало
Каталог
Помощ
Вход
radu
/
LaTeX-examples
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
accdf1507c
Клонове
Маркери
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!")
}
}