4 lines
62 B
FortranFixed
4 lines
62 B
FortranFixed
|
|
program SystemTest
|
||
|
|
call system("ls")
|
||
|
|
end program SystemTest
|