11 lines
75 B
D
11 lines
75 B
D
{fileheader}
|
|
|
|
import std.stdio;
|
|
|
|
int main(string[] args)
|
|
{
|
|
|
|
return 0;
|
|
}
|
|
|