Copy File
Easy📝 Description
Copy contents of one file to another
Input Format
Two file paths (source and destination)
Output Format
Copied file contents
Constraints
File size ≤ 1MB
🔍 Sample Input
source.txt
destination.txt
✅ Sample Output
(contents matching source file)
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run