2012年5月16日周三，下午9点51，小伙伴<buddy@example.com>写道：

> 嗨，pal！

嗨，朋友。

> 可以发给我一些有趣的代码吗？

**这个**相当不错：

```clojure
(defn hello [x] (str "你好", x))
(hello "Clojure")
```

> 多谢！

没事儿。
