fork download
  1. #include <stdlib.h>
  2.  
  3. int main()
  4. {
  5. system("ls /");
  6. return 0;
  7. }
Success #stdin #stdout 0s 2828KB
stdin
Standard input is empty
stdout
bin
dev
etc
home
lib
opt
proc
root
sbin
spoj
sys
tmp
usr
var