Media Summary: program wait_enter implicit none print *, 'Please press Enter:' read * print *, 'Hello World' end program 참고사이트 ...
Fortran Programming Tutorial 3 Using - Detailed Analysis & Overview
program wait_enter implicit none print *, 'Please press Enter:' read * print *, 'Hello World' end program 참고사이트 ...