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
remove NotWorking
[mcs.git]
/
tests
/
test-1.cs
blob
adb1dd88a92798149629456d8f5ef4aa5b8834f6
1
using
System
;
2
3
class
X
{
4
static int
Main
(
string
[]
args
)
5
{
6
Console
.
WriteLine
(
"Hello, World!"
);
7
return
0
;
8
}
9
}