class First
{
public static void Main()
{
System.Console.WriteLine("Welcome to C# programming");
}
}
// you can save this file as extenstion .cs and then compile it...
For compilng -> open commnd prompt
write -> csc filename.cs press enter
For Run-> write only filename on command prompt
About Me
Friday, December 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment