Dodanie readme

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-12-31 11:01:29 +01:00
parent 333866c53d
commit 0caad16b83
Signed by: y0rune
GPG Key ID: F204C385F57EB348
3 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.lock
*.mpv
*.mkv
*.mp4

View File

@ -11,7 +11,7 @@
load '../module.rb'
def main
k = 30
k = 2048
m = 73
n = m + SecureRandom.random_number(0..1000000)
u = SecureRandom.random_number(30..50)

13
README.md Normal file
View File

@ -0,0 +1,13 @@
## How to install ruby?
To install ruby you should go [here](https://www.ruby-lang.org/en/downloads/).
## Install requirements:
```bash
bundle install
```
## Requirements in the project:
* thwait
for `Ruby 3.0.0`