SnapixLP | Tim G. c214be937c Initial Commit
2025-05-19 09:16:34 +02:00

11 lines
280 B
C#

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.");
}
}