Skip to content

Instantly share code, notes, and snippets.

@Modicrumb
Created August 2, 2017 01:05
Show Gist options
  • Save Modicrumb/7e52c814f6a18d0847e0237c185d46fe to your computer and use it in GitHub Desktop.
Save Modicrumb/7e52c814f6a18d0847e0237c185d46fe to your computer and use it in GitHub Desktop.
(ns clojure-noob.core
(:gen-class))
(defn happening
[& args]
(if (and true false)
do (println "print me")
do (println "no print me!")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment