README: highlighting
This commit is contained in:
parent
4a0b3b9c65
commit
5b88953d05
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue