Quine by shinh

import std.metastrings;const char c=34;const auto _="import std.metastrings;const char c=34;const auto _=%s%s%s;pragma(msg,Format!(_,c,_,c));";pragma(msg,Format!(_,c,_,c));

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page