Jonathan Sumabat wants to type out his name, but he wants to make it very big. This calls for some ASCII art.
Input Specification
There is no input.
Output Specification
Output 25 lines each containing 75 characters. These lines should use only #
and -
characters to spell out Jonathan Sumabat
using ASCII art.
The strokes should be composed of #
. Fill in remaining whitespace with -
.
Points will be awarded based on the percentage of characters that match Jonathan Sumabat's desired art. No points will be awarded for an accuracy of below 75%.
Terminate the program with a single trailing newline.
Comments