transferred Code Ocean from original repository to GitHub
This commit is contained in:
6
db/seeds/files/exercise.rb
Normal file
6
db/seeds/files/exercise.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
SOURCE_FILENAME = 'data.txt'
|
||||
TARGET_FILENAME = 'copy.txt'
|
||||
|
||||
def copy_file
|
||||
# Implement this method.
|
||||
end
|
Reference in New Issue
Block a user