mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 11:23:17 -09:00
shorten imports
This commit is contained in:
parent
cf53738987
commit
05e888539b
@ -1,7 +1,6 @@
|
||||
(ns ^{:doc "Day 4"
|
||||
:author "Adam Jeniski"}
|
||||
day04 (:require
|
||||
[clojure.math :as math]
|
||||
day04 (:require [clojure.math :as math]
|
||||
[clojure.set :refer [intersection]]
|
||||
[clojure.string :as string]
|
||||
[core :refer [get-puzzle-input]]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user