Welcome to my blog!
Trying out this out! Testing how code looks on this thing:
def print_hello(name)
puts "Hello, #{name}"
end
print_hello('Christina')
#=> prints 'Hello, Christina' to STDOUT.
Check out this for more about me!
Trying out this out! Testing how code looks on this thing:
def print_hello(name)
puts "Hello, #{name}"
end
print_hello('Christina')
#=> prints 'Hello, Christina' to STDOUT.
Check out this for more about me!