repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tag rc1
[mcs.git]
/
errors
/
cs1010.cs
blob
9047715deeb289aa3fdd7c48aeb0dd93a1578d46
1
// cs1010.cs : Newline in constant
2
// Line : 6
3
4
class
X
5
{
6
static string
s
=
"Hello
7
world!"
;
8
}