main.lisp and type the following code in it.(write-line "Hello World")
(write-line "I am Learning 'LISP' Interview Question")
Ctrl+E, LISP executes it immediately and the result returned is :Hello World
I am Learning 'LISP' Interview Question