Files
codeocean/db/seeds/files/exercise.rb
2021-05-14 22:03:06 +02:00

9 lines
135 B
Ruby

# frozen_string_literal: true
SOURCE_FILENAME = 'data.txt'
TARGET_FILENAME = 'copy.txt'
def copy_file
# Implement this method.
end