xxxxxxxxxx
import std.format;
import core.sys.posix.unistd;
extern(C)
int main()
{
enum x = format!"My code is %d"(1234);
return 0;
}