waf/demos/d/src/main.d

11 lines
97 B
D

module main;
import extra;
import std.stdio;
int main()
{
writefln("%s", abc());
return 0;
}