编辑代码
Fortran代码
gfortran7.5.0
运行
program hello implicit none
write
(*,*)
'Hello world!'
end
program hello