This commit is contained in:
Smaug123
2025-08-02 20:57:53 +01:00
parent d8b7e84f6c
commit 9bafd0f4b0
19 changed files with 695 additions and 283 deletions

View File

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