index
:
Personal/.git
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SICP
/
test.scm
blob: 46f73ee29b303b737cfb3746831bffdb71ddb263 (
plain
)
1
2
3
4
(
define
(
plus
x
y
)
(
+
x
y
))
(
plus
2
3
)