Joy of ASCII

Homepage

Code Golf's "Joy of ASCII" challenge involves reading three values line by line from stdin, e.g.:

3 5 65

and turning them into marks as ASCII art. This corresponds to

x y c

where (x, y) is a coordinate on a canvas where (0, 0) is the top left and c is some character.

Examples include a finger pointing at you and a Tux penguin.

Solutions

Lua

Python

Ruby