*** WELCOME TO ASCII DOODLE *** [make your own ASCII art library in seconds] Description: Ascii Doodle creates ASCII art of random Julia fractals. No two will (almost) ever be the same. Guaranteed! Usage: asciiDoodle [optional randomizer seed] To generate a new fractal- press enter To quit- type "q", then enter* *Typing any other string is just as effective, including but not limited to: "quit", "exit", "logout", "pretty please get me out of here!", and of course, Ctrl-c Note: You can change the size of the fractal renderings by editing the value of FRACTAL_LENGTH (first line of the source code) Compile: gcc asciiDoodle.c -o asciiDoodle -Wall