This is first post!
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.
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.