mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
6 lines
79 B
Ruby
6 lines
79 B
Ruby
class WaybackMachineDownloader
|
|
def self.hi
|
|
puts "Hello world!"
|
|
end
|
|
end
|