Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to write a ello world program in c#

//Hello world program!
namespace
{
  class hello {
    static void Main(string[] args)
    {
      System.console.Writeline("Hello world!")
    }
  }
}    
 
PREVIOUS NEXT
Tagged: #write #ello #world #program
ADD COMMENT
Topic
Name
3+5 =