Last active
July 2, 2022 10:22
-
-
Save kxygk/2932bc0fb53f28f8330815fbbf1ecfd5 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 ciderbug0) | |
| (def | |
| super-secret-str | |
| "Some docstr" | |
| "Hello World") | |
| (defn | |
| launch-the-missiles | |
| "Another docstr" | |
| [] | |
| (println | |
| super-secret-str)) |
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
| {:deps | |
| {} | |
| :paths | |
| ["."] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment