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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-1.cs
blob
29e46214b9208cfa32ef18299c2e02966a33428c
1
using
System
;
2
3
class
X
{
4
public static int
Main
(
string
[]
args
)
5
{
6
Console
.
WriteLine
(
"Hello, World!"
);
7
return
0
;
8
}
9
}