(require '[clojure.string :as s]) (declare print-maze) ;; Maze GENERATION ... [(inc row) col]) (defn west-of [[row col]] [row (dec col)]) (defn east-of ...
確定! 回上一頁