I know that C# is useful for creating script in Unity, so I decided to learn it. I will write my code below here.

using System;

namespace HelloWorld { class Hello { static void Main(string[] args) { Console.WriteLine("Hello, World!!"); } } }

Built With

Share this project:

Updates