Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 296 Bytes

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