Skip to content
exKAZUu edited this page Mar 18, 2012 · 1 revision

C#

class Main {
    public static void Main(String[] args) {
        Console.WriteLine("Hello, world");
    }
}

Tane

def main args : Array[String]
  print "Hello, world"
Clone this wiki locally