ASCII-art

Grit:lab project
Image captured from terminal


Ascii-art is a program which consists in receiving a string as an argument and outputting the string in a graphic representation using ASCII. Time to write big.

What we mean by a graphic representation using ASCII, is to write the string received using ASCII characters, as you can see in the example below:

  • This project should handle an input with numbers, letters, spaces, special characters and \n.
  • Take a look at the ASCII manual.

Link to the repository:
https://gitea.com/baocode0411/ascii-art