projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
The second batch
[git]
/
t
/
t4034
/
scheme
/
pre
1
(define (myfunc a b)
2
; This is a really cool function.
3
(this\place (+ 3 4))
4
(define some-text "hello")
5
(let ((c (+ a b)))
6
(format "one more than the total is %d" (add1 c))))