Two Dice of A sides by 51b

import std.metastrings;template f(int n){static if(n)const f=f!(n-1)~Format!("N=",n,",A=",(n>9?n/11+11:n+1)/2,\n);else const f="";}pragma(msg,f!(99));

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

download

return to the top page