ruby - hello world
This commit is contained in:
5
ruby/hello-world/hello_world.rb
Normal file
5
ruby/hello-world/hello_world.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module HelloWorld
|
||||
def self.hello
|
||||
"Hello, World!"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user