diff options
Diffstat (limited to 'Computer_Science/SICP')
| -rw-r--r-- | Computer_Science/SICP/ex2_17.scm | 3 |
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)) |
