Skip to content

Instantly share code, notes, and snippets.

View MamdMehrabi's full-sized avatar
🦊
Teenage Developer

Mamd Mehrabi Rad MamdMehrabi

🦊
Teenage Developer
View GitHub Profile
@MamdMehrabi
MamdMehrabi / README.md
Created July 2, 2024 21:41
How run c++ file ?

How run C++ file on terminal

In the first step, you have to compile your code, which is done with g++!

g++ main.cpp -o outer

And in the next step, we must run the compiled file!

./outer

Questions:

  • How Create Bot in bale messanger ??
  • How to develop a bot ?

We want to answer the above questions!

  1. install bale to this link