Add NewLISP (#1306)

* Add NewLISP

* Add files via upload
This commit is contained in:
gnuhead-chieb
2022-02-07 12:13:53 +09:00
committed by GitHub
parent e38e12ef33
commit 7ad671129b
2 changed files with 6 additions and 2 deletions

3
n/NewLISP.lsp Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/newlisp
(print "Hello World\n")
(exit)