ecl/examples/asdf_with_dependence/example.lisp
2017-07-22 12:29:34 +02:00

4 lines
117 B
Common Lisp

(in-package #:example)
(defun test-function (n)
(format t "Factorial of ~a is: ~a~%" n (alexandria:factorial n)))