piston/lxc/tests/test.d

6 lines
56 B
D

import std.stdio;
void main() {
writeln("good");
}