Skip to content

Instantly share code, notes, and snippets.

@reevik
Created February 14, 2022 16:03
Show Gist options
  • Save reevik/0328f8f33a3670c5c2aa0f1501c950b6 to your computer and use it in GitHub Desktop.
Save reevik/0328f8f33a3670c5c2aa0f1501c950b6 to your computer and use it in GitHub Desktop.
(defprotocol Command
(perform [this metric city param]
"Executes the command logic."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment