Files

9 lines
120 B
Plaintext

class TestCs
{
public static int Main(string[] args)
{
System.Console.WriteLine("Test C#");
return 0;
}
}