lolz lolcat wrapper for printf Usage // use it like you would printf lolz("%d", 2); lolz("Hello!"); Example hello.c gcc -I. examples/hello.c -o hello ./hello