Remove another spare test

This commit is contained in:
Smaug123
2025-08-10 22:52:45 +01:00
parent 95f422efa9
commit e0e954b131
4 changed files with 1 additions and 39 deletions

View File

@@ -6,8 +6,7 @@ namespace HelloWorldApp
{
static int Main(string[] args)
{
var c = Console.BackgroundColor;
var d = Console.ForegroundColor;
Console.WriteLine("Hello, world!");
return 1;
}
}