Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Updated for Common Lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Ilyushkin committed Oct 1, 2017
1 parent afc1eb1 commit b6e3263
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hello_world.lisp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
(print "Hello, world!")
;; to run, use "sbcl --script hello_world.lisp", for example
(write-line "Hello World")
(quit)

;; use (print "Hello, world!") to output the sting with the double-quotes and escape characters to serve as input

0 comments on commit b6e3263

Please sign in to comment.