main.d (97B)
1 module main; 2 import extra; 3 import std.stdio; 4 5 int main() 6 { 7 writefln("%s", abc()); 8 return 0; 9 } 10