Possible Duplicate:
Code Golf - Banner Generation
Post your shortest code to convert a number into a ASCII art digits.
Input - Assume that an integer variable called z has already been set containing the number.
Output - Print the output to the console.
Quality - The lower number of characters, the better.
Formatting - Flexible, providing it is ASCII art and looks like a number. There must also be some spacing between digits.
Test input: 365
GGGGGGGGGGG....GGGGGGGGGGGG...GGGGGGGGGGG
..........G....G..............G..........
..........G....G..............G..........
..GGGGGGGGG....GGGGGGGGGGGG...GGGGGGGGGGG
..........G....G..........G.............G
..........G....G..........G.............G
GGGGGGGGGGG....GGGGGGGGGGGG...GGGGGGGGGGG