import std.stdio; import std.getopt; int main() { writeln("hello world"); return 0; }