a5bb09aff3
This is the gcc 4.6 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen.
5 lines
62 B
Fortran
5 lines
62 B
Fortran
|
|
PROGRAM hello
|
|
print*, 'Hello, World!'
|
|
END
|
|
|