3 lines
54 B
Text
3 lines
54 B
Text
|
|
let text = open "input.txt"
|
||
|
|
$text | save "output.txt"
|