aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-268/asherbhs/hy/ch-2.hy6
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-268/asherbhs/hy/ch-2.hy b/challenge-268/asherbhs/hy/ch-2.hy
index 9bc23a468b..6cd2a29218 100644
--- a/challenge-268/asherbhs/hy/ch-2.hy
+++ b/challenge-268/asherbhs/hy/ch-2.hy
@@ -9,6 +9,6 @@
z
))
-(print (number-game [2 5 3 4]))
-(print (number-game [9 4 1 3 6 4 6 1]))
-(print (number-game [1 2 2 3]))
+(pprint (number-game [2 5 3 4]))
+(pprint (number-game [9 4 1 3 6 4 6 1]))
+(pprint (number-game [1 2 2 3]))