term-owo-cpp/README.md
2024-06-18 13:16:02 +01:00

306 B

term-owo-cpp

A simple C++ program that owofies text

Usage

$ ./owo "Hello, world!"
Hewwo, wowld!

Building

$ g++ -o owo owo.cpp

Installation

archlinux:

$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
$ cd term-owo-cpp
$ makepkg -si