Files
paolo.iocco d36db900ba
2023-03-09 10:26:12 +00:00

11 lines
75 B
D

{fileheader}
import std.stdio;
int main(string[] args)
{
return 0;
}