repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-2.cs
blob
3f2b00953161473793d12866e50f8e5dbedc1549
1
class
X
{
2
public static int
Main
(
string
[]
args
)
3
{
4
System
.
Console
.
WriteLine
(
"Hello, World"
);
5
return
0
;
6
}
7
}