RCRPG/Clojure: Difference between revisions

m
Fixed syntax highlighting.
No edit summary
m (Fixed syntax highlighting.)
 
Line 2:
[[Clojure]] version of [[:Category:RCRPG|RCRPG]]. The code can also be checked out and contributed to on [https://github.com/pistacchio/rosettacode.clojure.rcrpg github] .
 
===Code===
<langsyntaxhighlight lang="lisp">
(ns rosettacode.rcrpg.clojure)
(use '[clojure.string :only (join split)])
Line 350:
 
(run)
</syntaxhighlight>
</lang>
9,482

edits