Rename the cipher_analyzer module to cipher-analyzer.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(ns cipher-analytical-machine.caesar-analyzers
|
||||
(:require [cipher-analytical-machine.caesar :as caesar]
|
||||
[cipher-analytical-machine.cipher_analyzers :as ca])
|
||||
[cipher-analytical-machine.cipher-analyzers :as ca])
|
||||
(:gen-class))
|
||||
|
||||
(defn get-all-texts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
(ns cipher-analytical-machine.cipher_analyzers
|
||||
(ns cipher-analytical-machine.cipher-analyzers
|
||||
(:require [clojure.string :as cs])
|
||||
(:gen-class))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user