aboutsummaryrefslogtreecommitdiff
path: root/Computer_Science/SICP/ex2_17.scm
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2017-12-10 09:07:59 +0800
committerSteve Lee <me@xiangyangli.com>2017-12-10 09:07:59 +0800
commitb70153e861af2b1c51d07926b7829ba0a3264a6b (patch)
tree485ed94456d36d974f77d360a7ffc51f404da950 /Computer_Science/SICP/ex2_17.scm
parent6b7af76728de0dc087d3c1b2e3dd1eed4250d968 (diff)
download42-b70153e861af2b1c51d07926b7829ba0a3264a6b.tar.xz
42-b70153e861af2b1c51d07926b7829ba0a3264a6b.zip
chap4 for data structure
Diffstat (limited to 'Computer_Science/SICP/ex2_17.scm')
-rw-r--r--Computer_Science/SICP/ex2_17.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Computer_Science/SICP/ex2_17.scm b/Computer_Science/SICP/ex2_17.scm
index 37e3eb3..f559457 100644
--- a/Computer_Science/SICP/ex2_17.scm
+++ b/Computer_Science/SICP/ex2_17.scm
@@ -184,5 +184,4 @@ one-through-four
(list 57 321 88))
(cons (list 1 2) (list 3 4))
-
-
+(cons (list 1 2) (list 3 4))