Main.cs
// Online C# compiler (editor) for free // Write and run C# online using this editor. using System; public class HelloWorld { public static void Main(string[] args) { Console.WriteLine ("Try clicking the Run button."); } }
Output