summaryrefslogtreecommitdiff
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)