RosettaCodeData/Task/File-input-output/Nu/file-input-output.nu

3 lines
54 B
Plaintext

let text = open "input.txt"
$text | save "output.txt"