Lazy Cater Symbols by George2k

using c=System.Console;class g{static void Main(){for(int i=1;i<401;i++){string l="";foreach(char C in ((i*i+i+2)/2).ToString()){for(int j=0;j<int.Parse(C.ToString());j++){l+=":";}l+=" ";}c.WriteLine(l.TrimEnd(new[] {' '}));}}}

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

download

return to the top page