Created
September 1, 2017 15:01
-
-
Save gonzaloserrano/226351aa26ed7f90ad1c6d4fa47cf9c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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