mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 18:42:59 +03:00
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
async function main(args) {
|
||
if (!hasFile(args[1])) {
|
||
writeStdout(`нет такой faila бро\n`)
|
||
return 1
|
||
}
|
||
writeStdout(readFile(args[1])+"\n")
|
||
return 0
|
||
} |