Alnum challenge by 51b

template f(string s,int n){static if(n)auto f=f!(n<7?s~s:s~s~s~s~s,n-1);else const f=s~\n~s;}pragma(msg,f!("9",9));

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

download

return to the top page