mirror of
https://github.com/engineer-man/piston.git
synced 2025-08-23 13:10:04 +02:00
8 lines
No EOL
113 B
C#
8 lines
No EOL
113 B
C#
|
|
using System;
|
|
|
|
public class Test {
|
|
public static void Main(string[] args) {
|
|
Console.WriteLine("OK");
|
|
}
|
|
} |