Hello World!
December 16, 2006
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
24 queries. 0.285 seconds.
0 comments
Kick things off by filling out the form below.
Leave a Comment