RosettaCodeData/Task/Execute-a-system-command/Fortran/execute-a-system-command-2.f

4 lines
62 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
program SystemTest
call system("ls")
end program SystemTest