2.3. Running a program
You produce an executable when you compile your program with clang command. Run the program from the directory that contains the executable file.
Prerequisites
Procedure
To run your program, enter in the directory containing the executable file:
$ ./<binary_file>Replace
<binary_file>with the name of your executable file.