CSharp Program

using System;
 
namespace HelloWorld
{
    class Hello
    {
        public static void Main(String[] args)
         {
             Console.WriteLine("Hello World");
         }
    }
}

1 comments:

Hello saw ur tuorial in YouTube , syntax highlighter video 😉

Reply

Post a Comment