Add minimal test case for csharp
This commit is contained in:
parent
25f45a7771
commit
a894ae0126
9 changed files with 829 additions and 0 deletions
12
support/test/csharp/Program.cs
Normal file
12
support/test/csharp/Program.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace csharp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue