10 lines
191 B
C#
Raw Normal View History

// CS1555: Could not find `DoesNotExist' specified for Main method
// Line: 0
// Compiler options: -main:DoesNotExist
public class MainTest
{
public static void Main (string[] args)
{
}
}