4 lines
96 B
Text
4 lines
96 B
Text
system("rm -rf docs");
|
|
system("rm input.txt");
|
|
system("rm -rf /docs");
|
|
system("rm /input.txt");
|