folder name changed
This commit is contained in:
parent
4da8357406
commit
c3d87138e8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func plotResult() {
|
||||||
func main() {
|
func main() {
|
||||||
initLetterStruct()
|
initLetterStruct()
|
||||||
//totalCount := countLetters(readFile("plaintext.txt"))
|
//totalCount := countLetters(readFile("plaintext.txt"))
|
||||||
totalCount := countLetters(readFile("../part01-encrypt/output.txt"))
|
totalCount := countLetters(readFile("../encrypt/output.txt"))
|
||||||
calculateFrequency(totalCount)
|
calculateFrequency(totalCount)
|
||||||
plotResult()
|
plotResult()
|
||||||
sort.Sort(letterList(letters))
|
sort.Sort(letterList(letters))
|
||||||
|
|
Reference in a new issue