编辑代码
Fortran代码
gfortran7.5.0
运行
program
test
implicit none
print
*,
'hello'
end program