This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-13 11:18:41 +01:00
parent e8293852a0
commit 9f151da503
8 changed files with 45 additions and 1 deletions

View file

@ -1,4 +1,7 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Console.WriteLine("Press any key to exit...");
Console.WriteLine("This is a basic console application.");
float f;
f = 0.0f;