编辑代码
Fortran代码
gfortran7.5.0
运行
program
main
OPEN
(
1
,FILE =
"D:\1fortrantest\test.txt"
,STATUS =
"REPLACE"
)
CLOSE
(
1
)
end