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

test-557.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1e71f8d82057b57d1598fe4926d6309b4eb2f2b (plain)
1
2
3
4
5
6
class Test 
{ 
	public static void Main (params string [] args)
	{
	}
}