Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 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