fix README.md file

This commit is contained in:
hassiy 2023-12-25 12:32:51 +03:00
parent 106bc4c949
commit 6c49293312
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ g++ -lpthread main.cpp
If a program uses openMP method use command bellow:
```sh
g++ -lopenmp main.cpp
g++ -fopenmp main.cpp
```
#### 11. Execute the binary: