This is a mirror of official site: http://jasper-net.blogspot.com/

The Scala Programming Language

| Sunday, September 12, 2004
Язык програмирования для .NET -> Scala


Пример:
object HelloWorld {

def main(args: Array[String]) = {
Console.println("Hello, world!");
}
}

Ссылка: Scala

0 comments: