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
2008-08-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-427.cs
blob
84d76cdc30cd71eceb7c276840e53660e3b0c94b
1
class
X
{
2
static void
Main
()
3
{
4
global
::
System
.
Console
.
WriteLine
(
"hello"
);
5
}
6
}