A simple C++ program that owofies text
Go to file
2024-06-18 13:16:02 +01:00
.gitignore Initial commit 2024-06-18 11:47:28 +00:00
LICENSE Initial commit 2024-06-18 11:47:28 +00:00
owo.cpp code 2024-06-18 11:51:18 +00:00
PKGBUILD support everything 2024-06-18 13:12:45 +01:00
README.md readme 2024-06-18 13:16:02 +01:00

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