This commit is contained in:
Brian Seymour 2021-01-23 15:05:10 -06:00
commit ed773d26d3
7 changed files with 35 additions and 0 deletions

5
lxc/tests/test.d Normal file
View file

@ -0,0 +1,5 @@
import std.stdio;
void main() {
writeln("good");
}