Blog for i-week
The link for my blog is in wordpress:
The link is Mastering blog
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Siomara')
#=> prints 'Hi, Siomara' to STDOUT.
The link for my blog is in wordpress:
The link is Mastering blog
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Siomara')
#=> prints 'Hi, Siomara' to STDOUT.