This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
radu
/
LaTeX-examples
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
20994f6cc3
شاخهها
تگها
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!")
}
}