piston/packages/gcc/10.2.0/test.d

5 lines
53 B
D

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