Project initialization.

This commit is contained in:
2023-09-09 20:30:29 +03:00
commit a7a715b942
7 changed files with 900 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# cipher-analytical-machine
A program helps to learn how ciphers works.
## Installation
Download from https://gitlab.com/KKlochko/cipher-analytical-machine.
## Usage
You need install java, before run the application.
Run the application with a command:
$ java -jar cipher-analytical-machine-0.1.0-standalone.jar [args]
## License
Copyright © 2023 Kostiantyn Klochko
Under the GNU Lesser General Public License v3.0 or later.