4
Answers

How to write hello world in c#

Rinky Jain

Rinky Jain

3y
258
1

Hello This testing
 

 

// Hello World! program
namespace HelloWorld
{
    class Hello {
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}
C#
Answers (4)
0
Riddhi Valecha

Riddhi Valecha

NA 3.1k 186.7k 12y
Hi...

Even I have been developing Games in C++ and in C#.NET...

I am interested if your project is all about making games!!!!!

My Email ID - riddhi.valecha@yahoo.com

Do send me the details/requirements so that I can start working on it ....

Thanks !!