Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Created September 1, 2017 15:01
Show Gist options
  • Save gonzaloserrano/226351aa26ed7f90ad1c6d4fa47cf9c8 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/226351aa26ed7f90ad1c6d4fa47cf9c8 to your computer and use it in GitHub Desktop.
(ns foo.core
(:require [clj-http.client :as client]))
(defn -main
"doc"
[& args]
(lfirst args))
(defn lfirst [list]
(first list))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment