From b70153e861af2b1c51d07926b7829ba0a3264a6b Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sun, 10 Dec 2017 09:07:59 +0800 Subject: chap4 for data structure --- Computer_Science/SICP/ex2_17.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Computer_Science/SICP/ex2_17.scm') 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)) -- cgit v1.2.3