Problem Description

Read a file using fs.promises and print its length.

Input Format

stdin: file path.

Output Format

Print integer length.

Sample Test Case

Input:
a.txt
Output:
12

Constraints

If missing print 0.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next