mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-12-13 22:31:38 +01:00
Initial Commit
This commit is contained in:
11
DX86/Program.cs
Normal file
11
DX86/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user