blob: 50b83cc6a1248331cf8baef4ba3a06968852b386 [file] [log] [blame]
! Program to test simple IO
program testwrite
write (*) 1
write (*) "Hello World"
end program