3 lines
62 B
Fortran
3 lines
62 B
Fortran
program SystemTest
|
|
call system("ls")
|
|
end program SystemTest
|
program SystemTest
|
|
call system("ls")
|
|
end program SystemTest
|