Problem Description

If file does not exist, create it with 'meetcode' and print CREATED/EXISTS.

Input Format

stdin: file path.

Output Format

Print one word.

Sample Test Case

Input:
a.txt
Output:
CREATED

Constraints

Use fs.existsSync.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next