Problem Description

Copy a source file to destination and print COPIED.

Input Format

stdin: two paths (src dest).

Output Format

Print COPIED or FAIL.

Sample Test Case

Input:
a.txt b.txt
Output:
COPIED

Constraints

Use readFileSync/writeFileSync.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next