Posts from — December 2006
Hello World!
December 16, 2006In Bla Bla Bla.. No Comments
Hello World in C# language
using System;
class HelloWorld
{
public static int Main(String[] args)
{
Console.WriteLine(”Hello, World!”);
return 0;
}
}
Hello World in C# language
using System;
class HelloWorld
{
public static int Main(String[] args)
{
Console.WriteLine(”Hello, World!”);
return 0;
}
}
Except where otherwise noted, this site is licensed under a Creative Commons License.
OktaEndy © 2006 - 2008 Creative Commons License
Theme base on Neoclassical
28 queries. 0.244 seconds.