编辑代码
Fortran代码
gfortran7.5.0
运行
program main
write
(*,*)
"hello"
stop
end