A TO Z DOT NET.....*
Tuesday, 6 August 2013
c# basic structure
let we see the basic example
File Hello.cs
using System;
class Hello {
static void Main()
{
Console.WriteLine("Hello World");
}
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment