From 6c49293312efff22978d5222f8247c776815460e Mon Sep 17 00:00:00 2001 From: hassiy Date: Mon, 25 Dec 2023 12:32:51 +0300 Subject: [PATCH] fix README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88da322..7abf669 100644 --- a/README.md +++ b/README.md @@ -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: