You're here: Snippet Directory » Microsoft .NET » C# (33)
Language:

hello world Program

Language: English
Programming Language: C#
Published by: selvaps [not registered]
Last Update: 5/15/2006
Views: 409


Description

This is typical helloworld Program in c#

Code

1 using System; 2 3 class Helloworld 4 { 5 public static void Main() 6 { 7 Console.WriteLine("Hello World"); 8 } 9 } 10

No comments avaiable

Add a comment

Name *  

Email (won't be displayed) *    

Website  

Comment *  

Sicherheitscode Security Code *    

RSS