Heyo is a Hello World for Ruby
Go to file
Sarimoko 238aff6880 Update 'README.md' 2021-07-08 05:25:52 +00:00
.gitignore Initial commit 2021-07-08 05:25:33 +00:00
LICENSE Initial commit 2021-07-08 05:25:33 +00:00
README.md Update 'README.md' 2021-07-08 05:25:52 +00:00

README.md

puts 'Heyo! Hello world... Option: 1'

'Heyo! Hello world... Option: 2'.each { |s| print s }

class String def say puts self end end 'Heyo! Hello world... Option: 3'.say