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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs5001.cs
blob
b39dce0998386d68de6509e1666f17d10828f88e
1
// CS5001: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
2
// Line: 0
3
4
using
System
;
5
using
System
.
Collections
;
6
7
namespace
Butt
{
8
}
9