(ns playground (:require [clojure.string :as str]) (:gen-class)) (defn shout [text] (as-> (seq text) $ (interpose \ $) (concat $ (repeat 3 ...
確定! 回上一頁