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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-820.cs
blob
b6822815a946ce7935ae0a8991a4bcf12e03eb06
1
// Compiler options: -main:C
2
3
using
System
;
4
5
namespace
NS
6
{
7
public class
C
8
{
9
public static void
Main
()
10
{
11
throw new
NotImplementedException
();
12
}
13
}
14
}
15
16
public class
C
17
{
18
public static int
Main
(
string
[]
a
)
19
{
20
return
0
;
21
}
22
}