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