Fixed running main.

This commit is contained in:
Alexander Artemenko 2021-02-02 11:24:35 +03:00
parent d40aed9446
commit 5e60fd2454

View file

@ -65,7 +65,8 @@ runs:
#+quicklisp
(ql:quickload '() :silent t))
(defun main ()
(defun main (args)
(declare (ignore args))
(format t "Lisp: ~A ~A~%ASDF: ~A~%"
(lisp-implementation-version)
(lisp-implementation-type)