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

cs1026.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8980d47dd2dbace9e9fa5d061737720c45aec124 (plain)
1
2
3
4
5
6
7
8
// cs1026.cs: expecting (
// Line: 6
class X{
	static void Main ()
	{
		Console.WriteLine ("Hola"
	}
}