This commit is contained in:
Brian Seymour 2021-01-23 15:08:14 -06:00
parent 673d6f93a3
commit d07e563cb4
4 changed files with 3 additions and 3 deletions

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

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