Another Table by murky-satyr

print""" 5_24
 4/ 23/|
 3/ 23/ |
  / 23//||
 /_23//|3
|  _19  || |3
${x='| || |'}3 14${x}3
$x|/ 14$x|/
${'| || 18| ||\n'*2}|_|/ 18|_|/""".replaceAll(/.(\d+)/){m,n->m[0]*n.toLong()}

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

download

return to the top page