3 lines
75 B
Groovy
3 lines
75 B
Groovy
|
|
content = new File('input.txt').text
|
||
|
|
new File('output.txt').write(content)
|