DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / class / Microsoft.Build.Tasks / Test / resources / test.cs
12345678
using System; public class Hello { public static void Main (string[] args) { Console.WriteLine ("Hello world!"); } }