mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-24 00:08:22 +00:00
8 lines
127 B
C#
8 lines
127 B
C#
|
public class Program
|
|||
|
{
|
|||
|
public static void Main(string[] args)
|
|||
|
{
|
|||
|
Console.WriteLine("Hello, World!");
|
|||
|
}
|
|||
|
}
|