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