4 lines
88 B
Raku
4 lines
88 B
Raku
for '.', '' -> $prefix {
|
|
mkdir "$prefix/docs";
|
|
open "$prefix/output.txt", :w;
|
|
}
|