mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 14:40:37 -07:00
4 lines
117 B
Common Lisp
4 lines
117 B
Common Lisp
(in-package #:example)
|
|
|
|
(defun test-function (n)
|
|
(format t "Factorial of ~a is: ~a~%" n (alexandria:factorial n)))
|