5 lines
101 B
FortranFixed
5 lines
101 B
FortranFixed
|
|
program SystemTest
|
||
|
|
integer :: i
|
||
|
|
call execute_command_line ("ls", exitstat=i)
|
||
|
|
end program SystemTest
|