Skip to content

Instantly share code, notes, and snippets.

@metacritical
Last active July 29, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacritical/c1417a8fe7ecac024285083d9ecfbc68 to your computer and use it in GitHub Desktop.
Save metacritical/c1417a8fe7ecac024285083d9ecfbc68 to your computer and use it in GitHub Desktop.
Clojure-CLR Hi World!
(ns core
(:gen-class))
(import [System])
(defn -main[]
(System.Console/WriteLine "Hi World"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment