mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
9 lines
No EOL
124 B
C#
9 lines
No EOL
124 B
C#
using System;
|
|
|
|
public class Test
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("OK");
|
|
}
|
|
} |