Files
linux-packaging-mono/mcs/errors/cs5001.cs

10 lines
173 B
C#
Raw Normal View History

// CS5001: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
// Line: 0
using System;
using System.Collections;
namespace Butt {
}