mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed some lisp bugs
This commit is contained in:
parent
7a69ed8558
commit
1097c437a1
5 changed files with 48 additions and 16 deletions
3
alsalisp/hello.lisp
Normal file
3
alsalisp/hello.lisp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(princ "Hello ALSA world\n")
|
||||
(princ "One " 1 "\n")
|
||||
(princ "Two " (+ 1 1) "\n")
|
||||
Loading…
Add table
Add a link
Reference in a new issue