Page 73 - CSharp/C#
P. 73

8.  This is the code in the Text Editor:


         using System;

         namespace FirstCsharp
         {
             public class MainClass
             {
                 public static void Main(string[] args)
                 {
                     Console.WriteLine("Hello World!");
                     Console.ReadLine();
                 }
             }



        https://riptutorial.com/                                                                               19
   68   69   70   71   72   73   74   75   76   77   78