piston/lxc/tests/d.d

6 lines
56 B
D
Raw Normal View History

2021-01-06 00:46:49 +01:00
import std.stdio;
void main() {
writeln("good");
}