mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
pkg(csharp-mono): add test
This commit is contained in:
parent
09802f9f27
commit
a1a6702e75
1 changed files with 9 additions and 0 deletions
9
packages/csharp-mono.test
Normal file
9
packages/csharp-mono.test
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
public class Test
|
||||||
|
{
|
||||||
|
public static void Main(string[] args)
|
||||||
|
{
|
||||||
|
Console.WriteLine("OK");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue