README: highlighting

This commit is contained in:
Michiel Borkent 2020-03-21 11:43:14 +01:00
parent 4a0b3b9c65
commit 5b88953d05

View file

@ -1041,7 +1041,7 @@ clojure.core/ffirst
### SHA hash string and print in hex ### SHA hash string and print in hex
`sha.clj`: `sha.clj`:
``` ``` clojure
(def hashed (.digest (.getInstance java.security.MessageDigest "SHA-1") (def hashed (.digest (.getInstance java.security.MessageDigest "SHA-1")
(.getBytes "babashka"))) (.getBytes "babashka")))
(doseq [b hashed] (doseq [b hashed]