DEBSOURCES
Skip Quicknav
sources / mono / 6.14.1%2Bds2-2 / external / corert / samples / HelloWorld / Program.cs
123456789101112
using System; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }