Hacker News new | past | comments | ask | show | jobs | submit login

    (doseq [animal ["dog" "cat" "bird"
            color ["brown" "black" "red"]]
      (printf "see the %s %s?\n" color animal))



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: