mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
12 lines
157 B
Clojure
12 lines
157 B
Clojure
; 11 lines 6 code 2 comments 3 blanks
|
|
|
|
; Just some random data
|
|
|
|
{:a [
|
|
1]
|
|
|
|
:b 1 ; this doesn't count as a comment
|
|
:c {1 1
|
|
2 2}
|
|
:d [1 2 3]}
|