1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 01:46:28 +02:00
piston/packages/dotnet/5.0.201/test.cs
2021-03-20 14:39:59 +13:00

9 lines
No EOL
124 B
C#

using System;
public class Test
{
public static void Main(string[] args)
{
Console.WriteLine("OK");
}
}