Jun Kit's Tumblr |
Hello there. I'm a graduating Economics and Information Systems student based in Singapore. I get excited over iOS development and architecture and scalability issues. |
This is a test post to see if syntax highlighting works.
def guess_the_language(a)
if a.strip == "ruby"
puts "YOU ARE AWESOME. We love you!"
else
puts "Neh. Try again."
end
end
print "Guess what language am I? "
guess = gets
guess_the_language(guess)