Skip to content

Instantly share code, notes, and snippets.

View Juanfra24's full-sized avatar
🏠
Working from home

Juan Francisco Ternicien Juanfra24

🏠
Working from home
  • Viña del Mar
  • 17:16 (UTC -04:00)
View GitHub Profile
@Juanfra24
Juanfra24 / Tarea 4 -Clojure-.clj
Created October 10, 2017 02:40
Tarea 4 -Clojure- created by Juanfra24 - https://repl.it/MWW6/0
(require '[clojure.string :as str])
(use '[clojure.string :only (replace-first)])
(def altura (atom (rand-int 30)))
(def cont1 (atom 0))
(def linea (atom " "))
(println @linea)
;(swap! linea (partial str/join @linea))