Rename the cipher_analyzer module to cipher-analyzer.

This commit is contained in:
2023-09-18 21:57:32 +03:00
parent e3954804c8
commit 182d9894f7
2 changed files with 2 additions and 2 deletions
@@ -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))