6 lines
111 B
Text
6 lines
111 B
Text
|
|
load("operatingsystem")$
|
||
|
|
delete_file("output.txt")$
|
||
|
|
delete_file("/output.txt")$
|
||
|
|
rmdir("docs")$
|
||
|
|
rmdir("/docs")$
|