/matrix-banner

Create a banner by highlighting the 1s & 0s of the ASCII value of each character.

Primary LanguageCThe UnlicenseUnlicense

matrix-banner

Create a terminal banner by highlighting the 1s & 0s of the ASCII value of each character.
E.g.,
example banner

Building is as simple as gcc banner.c -lz
Then ./a.out "Welcome To The Matrix" to run.