index
:
aoc-2022.git
main
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
aoc_2022
/
utils.clj
blob: 57bfa8853cd8e27cc98719403153951e14b63e53 (
plain
)
1
2
3
(
ns aoc-2022
.
utils
)
(
def
spy
#(
do
(
println
"DEBUG:"
%) %))