Skip to content

Commit a89839a

Browse files
committed
add shebang executable example
1 parent 30afa28 commit a89839a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/hello-world.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!./pixie-vm
2+
3+
(puts "hello, world!")
4+
(print "arguments: " program-arguments)

0 commit comments

Comments
 (0)