3 lines
77 B
Julia
3 lines
77 B
Julia
|
|
mystring = read("file1", String)
|
||
|
|
open(io->write(io, mystring), "file2", "w")
|