namespace DX86; class Program { static void Main(string[] args) { Console.WriteLine("Welcome to DX86!"); Console.WriteLine("Please do not run this program as itself."); Console.WriteLine("DX86 is only a dependency for other programs."); } }