Documentation

GNU Fortran Compiler
Compiler
GFortran
Name
GNU Fortran Compiler
Language
Fortran
Program and version
GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Description
GNU Fortran Compiler
Type
compiler
Flags1
-D_JUDGE_ -DNDEBUG -O2
Flags2
Extension
.f
Status
Ok

P68688
c Fortran
      PROGRAM Hello
      WRITE (*, '(A)') "Hello world!"
      END