GNU Compiler Collection version 9 for C, C++, and Fortran
GNU compiler collection
gcc-9
g++-9
gfortran-9
gcov-9
$ gcc-9 -o program program.c
$ g++-9 -O2 -o app main.cpp
$ gfortran-9 -o executable program.f90