Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created June 7, 2011 15:26
The cmdline.clj file for hugoUI
(ns cmdline
(:gen-class)
(:use hugo.controllers.main-controller))
(defn -main [& args]
"Displays a list of all the nominees and winners since 2000 using Swing."
(show-list))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment