mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
async function main(args) {
|
|
writeFile(args[1], "")
|
|
writeStdout(`все твой файл создан ${args[1]} такой же ты хотел жа\n`)
|
|
return 0
|
|
} |