Remove Blank Lines

Easy

📝 Description

Remove empty lines from a file

Input Format

Path to text file

Output Format

File contents without blank lines

Constraints

File size ≤ 1MB

🔍 Sample Input

sample.txt (with blank lines)
            

✅ Sample Output

(contents without blank lines)
            

Code Editor

Please login to run and submit code.

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