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
2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tools
/
xbuild
/
tests
/
Csc
/
test.cs
blob
95738fb23b502e782355d1d5d319ecf1fd177d19
1
using
System
;
2
3
public class
Hello
{
4
public static void
Main
(
string
[]
args
)
5
{
6
Console
.
WriteLine
(
"Hello world!"
);
7
}
8
}