7 lines
104 B
Ruby
7 lines
104 B
Ruby
SOURCE_FILENAME = 'data.txt'
|
|
TARGET_FILENAME = 'copy.txt'
|
|
|
|
def copy_file
|
|
# Implement this method.
|
|
end
|