ASCII Stars by ksk

let rec($)n i=Printf.printf"%*s%s
"n""(String.make i '*');n>0&n-1$i+2;n-1$i-2;;read_int()-1$1

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

download

return to the top page