Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 377 Bytes

I've try to make an uwuify-like in C, as I've made it in the train, I didn't have access to uwuify source while coding this.

Usage

Just include cuwu.h in your project.

Dependancies

None

using cuwu in shell

gcc main.c -o cuwu; cat README.md | ./cuwu

cat README.md main.c cuwu.h | tcc -run main.c | less