KDKG5ND2ACW26EYGFOT4PG6RLTI5JFARIAQJQKEN5ZISXKLTWSWAC
(defun hello-world () (format t "hello, world~%"))(hello-world)
(defun hello-world ()
(format t "hello, world~%"))
(hello-world)