; Edit anything in these code boxes!
  (ns my.ns
    (:require [fasiha.gist-23e8296e65fe51a4781c473e5f04507d.raw.foo :as foo]
              ; pulls down a gist to color the background blue! So meta!
              [viebel.gist-368d3bec58d3ec47e935ad488bafb600.raw.color]
              ))
  (map inc [1 2 3]) ; works!

  [*clojurescript-version*] ; works!

  (str foo/testing) ; this variable was loaded from another gist!