Hacker News new | ask | show | jobs
by saltvedt 2983 days ago
def anagram?(a,b) a.reverse == b end