(ns ldview.core (:require [ldview.tasks.runner :as runner]) (:gen-class)) ;; TODO: Grab the title from the page (defn -main [competition-id] (runner/load-competition competition-id "some title"))