mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
async function main(args) {
|
|
createFolder(args[1])
|
|
writeStdout(`папка создана ${args[1]}\n`)
|
|
return 0
|
|
} |