Rename the cipher_analyzer module to cipher-analyzer.

main
KKlochko 2 years ago
parent e3954804c8
commit 182d9894f7

@ -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))

Loading…
Cancel
Save