mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-06-20 15:53:16 +02:00
11 lines
280 B
C#
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.");
|
|
}
|
|
} |