I wrote a simple C++ code and compiled it in the terminal:
g++ main.cpp -o MyGame
I can execute it perfectly in the terminal:
./My