index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
lucas-standen-NEA
/
code2
/
examples
/
helloworldadv
/
helloworld.zpy
blob: 9e3553b9e522d20c7e4369bb20461e9c6791a615 (
plain
)
1
2
3
(defun helloworld void) (printstr "hello world\n") (endfun)