Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

hello world c#

using System;
namespace CoolCode{
  class Program{
    static void Main(string[] args){
      Console.WriteLine("Hello world");
      Console.ReadLine();
      }
  }
}
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
5+4 =