# xscii ## xscii -- Program for printing ASCII table. Compile: `$ sh compile.sh` Install: `$ sudo sh install.sh` License: GNU/GPLv3 This library depends on (these libraries are included in static version of the program): - xtandard: https://gitlab.com/xolatile/xtandard About this program: - Nothing special to say about this, I use it sometimes, you can write it with standard library too. - Everything related to my libraries is clean of all warning options on GCC and Valgrind (hopefully). Use: ```bash $ xscii ```