Add placeholder test files

This commit is contained in:
hartator
2015-07-26 00:02:35 -05:00
parent 4a6fef3c8c
commit 1386d56316
3 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
class WaybackMachineDownloader
def self.hi name
puts "Hello world! #{name}"
"Hello world! #{name}"
end
end