Problem Description

Count bytes in a file using createReadStream.

Input Format

stdin: file path.

Output Format

Print integer bytes.

Sample Test Case

Input:
a.txt
Output:
12

Constraints

Sum chunk lengths.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next