bb5b605376
Of particular note is this package contains gfortran which is required for building some scientific software (recent versions of scilab for example). Package is prepared as a monolithic install of gcc since gcc is really not set up to build and install the core and then later add on different languages as their own packages.
5 lines
62 B
Fortran
5 lines
62 B
Fortran
|
|
PROGRAM hello
|
|
print*, 'Hello, World!'
|
|
END
|
|
|