Skip to content

Commit 550e9a3

Browse files
committed
pretty print output
1 parent 27ce388 commit 550e9a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tosexp/src/tosexp/core.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(ns tosexp.core
22
(:use [clojure.core.match :only (match)])
33
(:require [clojure.walk :as w])
4+
(:require [clojure.pprint :as pp])
45
(:gen-class))
56

67
(declare transform)
@@ -79,4 +80,4 @@
7980
(-> (slurp (java.io.BufferedReader. *in*))
8081
read-string
8182
transform
82-
println))
83+
pp/pprint))

0 commit comments

Comments
 (0)