(defun main (&rest argv) (declare (ignorable argv)) (dotimes (_ (read)) (format t "Long")) (terpri)) (main)