Implement exercises till 2.23

This commit is contained in:
2020-10-29 11:47:13 -04:00
parent 936b4e5555
commit 16cd2cea7f
4 changed files with 178 additions and 0 deletions

View File

@@ -13,4 +13,5 @@
(define (average a b) (/ (+ a b) 2.0))
(define (id n) n)
(define (inc n) (+ n 1))
(define nil '())