Problem Description

Use stream.pipeline with a promise wrapper to copy file.

Input Format

stdin: src dest.

Output Format

Print DONE/FAIL.

Sample Test Case

Input:
a.txt b.txt
Output:
DONE

Constraints

Use util.promisify.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next