4 lines
70 B
Raku
4 lines
70 B
Raku
unlink 'input.txt';
|
|
unlink '/input.txt';
|
|
rmdir 'docs';
|
|
rmdir '/docs';
|