Hello world

Ruby code posted by Superman
created at 16 Apr 15:49, updated at 16 Apr 16:19

Edit | Back
1
2
3
4
5
6
7
8
class Hello
  def say
    puts "Hello, world!"
  end
end

hello = Hello.new
hello.say
92 Bytes in 2 ms with coderay