4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
(load "ascii.zp")
|
|
(cowsay (string-substitute (string-substitute (fold (lambda (x y) (++ x y)) "" args) "\n" " ") " " " "))
|
|
""
|