This script prints a Xmas Tree as an ASCII-Art piece. Output looks like:
|
+|
0|+
++|0
10|++
+++|01
010|+++
++++|010
1010|++++
+++++|0101
01010|+++++
++++++|01010
101010|++++++
+++++++|010101
0101010|+++++++
++++++++|0101010
10101010|++++++++
+++++++++|01010101
010101010|+++++++++
++++++++++|010101010
1010101010|++++++++++
But the real one is also colored :)