Skip to content

mateo-rfz/meowsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐱 meowsay

A simple C++ program that prints your input text alongside a cute ASCII cat!

📦 About

This program takes any text you pass as command-line arguments and displays it with an adorable ASCII cat.
If no arguments are provided, it shows a helpful usage message.


🧪 How to Run

🛠️ Build (using Make)

Make sure you have a C++ compiler like g++ installed, then run:

make

This will compile the main.cpp and generate the meowsay executable.

🚀 Execute

./meowsay Hello world!

📤 Output

       Hello world!
 /l 
(゚、 。7
  l  ~ヽ
  じしf_,)ノ

ℹ️ Help

If you run the program without any arguments:

./meowsay

You will see:

$ ./meowsay <text>
Usage: ./meowsay <text>
Description: This program takes a string as an argument and prints it with a cat ASCII art.
Example: ./meowsay Hello
This will print:
       Hello
 /l 
(゚、 。7
  l  ~ヽ
  じしf_,)ノ

🧵 File Structure

.
├── main.cpp       # Source code
├── Makefile       # Build instructions
└── README.md      # This documentation

🐾 Extra Notes

  • You can customize the cat ASCII art by editing the meow() function in main.cpp.
  • A great beginner project for learning how to use command-line arguments in C++.

📜 License

Totally open to use, modify, and share. No restrictions — just have fun! 😺

About

Terminal moewer cat says what you say

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published