2 lines
49 B
Text
2 lines
49 B
Text
(require 'cl-lib)
|
|
(cl-loop repeat 5 concat "ha")
|
(require 'cl-lib)
|
|
(cl-loop repeat 5 concat "ha")
|