Hey, if I wanted to compile something for Linux with g++ and I used -o, what should I name the file?

Just the name of the program?

Basically, I want to have it so I don't have to type "./a.out" to run my program, and instead, type "program"