5 lines
97 B
Fortran
5 lines
97 B
Fortran
! Free-format ".f" file to test Fortran_FORMAT property
|
|
SUBROUTINE WORLD
|
|
PRINT *, 'World!'
|
|
END
|