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

4 lines
62 B
FortranFixed
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
program SystemTest
call system("ls")
end program SystemTest