Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

hello world c#

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