Refactor Intcode into a library
[adventofcode2019.git] / src / adventofcode2019 / template.clj
index c239cb5d8ad2b24848a4eeea2da62b177dd87754..dc96c3180f87c9c0696e2a4cf2c34774abdbc829 100644 (file)
@@ -1,5 +1,6 @@
 (ns adventofcode2019.day00
     [:require [adventofcode2019.lib :refer :all]
+              [adventofcode2019.intcode :as i]
               [clojure.string :as str]
               [clojure.core.match :refer [match]]
               [clojure.math.combinatorics :as combo]])