Shape of the app

This commit is contained in:
2019-10-15 19:53:38 +03:00
parent 994532b71f
commit 4ab776d51e
6 changed files with 9 additions and 1 deletions

1
src/Data/Caesar.hs Normal file
View File

@ -0,0 +1 @@
module Data.Caesar where

1
src/Data/Language.hs Normal file
View File

@ -0,0 +1 @@
module Data.Language where

1
src/Data/NGram.hs Normal file
View File

@ -0,0 +1 @@
module Data.NGram where