using System;
class Hello
{
static void Main() {
Console.WriteLine("Hello world");
// System.out.println("Hello world"); // You idiot, this is not Java
}
}
Saturday, May 26, 2007
HelloWorld.cs
Subscribe to:
Post Comments (Atom)
<!-- Rest assured; everything will be HTTP/1.1 200 OK. -->
using System;
class Hello
{
static void Main() {
Console.WriteLine("Hello world");
// System.out.println("Hello world"); // You idiot, this is not Java
}
}
No comments:
Post a Comment