Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs5001.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 712760b76e0ec997ca17359f004d17dd43c1c8b8 (plain)
1
2
3
4
5
6
7
8
//cs5001: Program x does not have an entry point defined

using System;
using System.Collections;

namespace Butt {
}