11 lines
104 B
C#
Raw Normal View History

#if (!TEST && !DUNNO && !DUNNO)
public class EntryPoint {
public static void Main () {
}
}
#endif