7 lines
179 B
C#
7 lines
179 B
C#
// See https://aka.ms/new-console-template for more information
|
|
Console.WriteLine("Hello, World!");
|
|
Console.WriteLine("Press any key to exit...");
|
|
|
|
float f;
|
|
f = 0.0f;
|
|
|