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
* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
[mcs.git]
/
tests
/
test-2.cs
blob
0a18d50767b5f7ccb8249bbdb0b3a4be7bed8f25
1
class
X
{
2
static int
Main
(
string
[]
args
)
3
{
4
System
.
Console
.
WriteLine
(
"Hello, World"
);
5
return
0
;
6
}
7
}