mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 19:00:04 +02:00
more tests directory, fix missing tests
This commit is contained in:
parent
e21173173f
commit
0b85a84877
24 changed files with 43 additions and 43 deletions
9
lxc/tests/test.cs
Normal file
9
lxc/tests/test.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace HelloWorld {
|
||||
class Hello {
|
||||
static void Main() {
|
||||
Console.WriteLine("good");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue