1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
*.lock
|
||||||
*.mpv
|
*.mpv
|
||||||
*.mkv
|
*.mkv
|
||||||
*.mp4
|
*.mp4
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
load '../module.rb'
|
load '../module.rb'
|
||||||
|
|
||||||
def main
|
def main
|
||||||
k = 30
|
k = 2048
|
||||||
m = 73
|
m = 73
|
||||||
n = m + SecureRandom.random_number(0..1000000)
|
n = m + SecureRandom.random_number(0..1000000)
|
||||||
u = SecureRandom.random_number(30..50)
|
u = SecureRandom.random_number(30..50)
|
||||||
|
13
README.md
Normal file
13
README.md
Normal 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`
|
Reference in New Issue
Block a user