A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
|
|
@ -0,0 +1,9 @@
|
|||
program StdErr
|
||||
! Fortran 2003
|
||||
use iso_fortran_env
|
||||
|
||||
! in case there's no module iso_fortran_env ...
|
||||
!integer, parameter :: ERROR_UNIT = 0
|
||||
|
||||
write (ERROR_UNIT, *) "Goodbye, World!"
|
||||
end program StdErr
|
||||
Loading…
Add table
Add a link
Reference in a new issue