Skip to content

Commit

Permalink
Change casing in Lisp demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 23, 2024
1 parent e8ff680 commit 81bb04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/xs-lisp/hello-xsLisp.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(begin
(putc :char-H 4)
(putc :char-E 3)
(putc :char-Parallel 2)
(putc :char-parallel 2)
(putc :char-O 1)
(msleep 1000)

Expand Down

0 comments on commit 81bb04f

Please sign in to comment.