Simpliferoo
[mono.git] / mcs / errors / cs5001.cs
1 // cs5001.cs: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
2
3 using System;
4 using System.Collections;
5
6 namespace Butt {
7 }
8