a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
10 lines
173 B
C#
10 lines
173 B
C#
// 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 {
|
|
}
|
|
|