It’s first post. Nothing interesting here, but I,m start posting interesting tutorials soon.

code snipped below:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Meryborn')
#=> prints 'Hi, Meryborn' to STDOUT.