Count File Words

Easy

📝 Description

Count the number of words in a text file

Input Format

Path to text file

Output Format

Number of words

Constraints

File size ≤ 1MB

🔍 Sample Input

sample.txt (with 5 words)
            

✅ Sample Output

5
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run