RosettaCodeData/Task/Repeat-a-string/Common-Lisp/repeat-a-string-4.lisp

2 lines
31 B
Common Lisp

(princ (repeat-string 5 "hi"))