Skip to content

Instantly share code, notes, and snippets.

@PEZ
Last active April 7, 2026 20:27
Show Gist options
  • Select an option

  • Save PEZ/f7059fe7328bb25ee3f459d7457dc2a8 to your computer and use it in GitHub Desktop.

Select an option

Save PEZ/f7059fe7328bb25ee3f459d7457dc2a8 to your computer and use it in GitHub Desktop.
{:epupp/script-name "pez/test_lib.cljs"
:epupp/description "Test library for injection"
:epupp/library? true}
(ns pez.test-lib)
(defn greeting [who]
(str "Hello from pez.test-lib, " who "!"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment