Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-427.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95da2cd9284c690976c761858ff82264f51710d8 (plain)
1
2
3
4
5
6
class X {
	public static void Main ()
	{
		global::System.Console.WriteLine ("hello");
	}
}