Problem Description

Write 'meetcode' to a file path, creating folders if needed.

Input Format

stdin: one output file path.

Output Format

Print DONE.

Sample Test Case

Input:
./out/meetcode.txt
Output:
DONE

Constraints

Use fs.mkdirSync with recursive true.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next