Hola, post pertama untuk menyapa

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