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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs1520.cs
blob
3a8f62d2b8da86a198e3bc99284da7e806e90e5f
1
// cs1520.cs: Class, struct, or interface method must have a return type
2
// Line: 8
3
4
class
test
{
5
6
// To fix add a return type
7
8
public static
Main
(
string
[]
args
)
9
{
10
}
11
}