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: 0a18d50767b5f7ccb8249bbdb0b3a4be7bed8f25 (plain)
1
2
3
4
5
6
7
class X {
	static int Main (string [] args)
	{
		System.Console.WriteLine ("Hello, World");
		return 0;
	}
}