ASCII Art
- rujulnayak4
- Jul 19, 2022
- 1 min read
Updated: Jul 21, 2022
ASCII Art involves drawing a picture in the console, only using standard ASCII characters (letters, numbers, punctuation). This program takes in an input picture, reads it, and prints the output art on the screen.
From this input:

It generates this output:

You can view the code on Github





Comments