mirror of
https://github.com/helix-editor/helix
synced 2026-08-08 03:34:14 +02:00
This will be used by the cargo indent-check xtask to validate queries, similar to the existing indent tests in helix-core.
3 lines
44 B
Clojure
3 lines
44 B
Clojure
(defn process [items]
|
|
(reduce + 0 items))
|