Print numbers _Revised_ by pooq

fn main(){for uint::range(0,15)|i|{println(int::to_str_radix(16,16-i))}}

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

download

return to the top page