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

cs1010.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9047715deeb289aa3fdd7c48aeb0dd93a1578d46 (plain)
1
2
3
4
5
6
7
8
// cs1010.cs : Newline in constant
// Line : 6

class X
{
	static string s = "Hello
world!";
}