projects
/
sandbox
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set 1, challenge 3
[sandbox]
/
mini
/
examples
/
03-cmd.mini
1
(if (= __arguments__ nil)
2
(print "No arguments given")
3
(print (car __arguments__)))