8 lines
198 B
C#
8 lines
198 B
C#
internal class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
// See https://aka.ms/new-console-template for more information
|
|
Console.WriteLine("Hello, World!");
|
|
}
|
|
} |