rename tests so they make more sense

This commit is contained in:
Brian Seymour 2021-01-22 02:31:48 -06:00
parent ca59f7e882
commit e3473f99df
29 changed files with 50 additions and 50 deletions

9
lxc/tests/csharp.cs Normal file
View file

@ -0,0 +1,9 @@
using System;
namespace HelloWorld {
class Hello {
static void Main() {
Console.WriteLine("good");
}
}
}