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

test-2.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f2b00953161473793d12866e50f8e5dbedc1549 (plain)
1
2
3
4
5
6
7
class X {
	public static int Main (string [] args)
	{
		System.Console.WriteLine ("Hello, World");
		return 0;
	}
}