aboutsummaryrefslogtreecommitdiff
path: root/C_C++
diff options
context:
space:
mode:
Diffstat (limited to 'C_C++')
-rw-r--r--C_C++/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/C_C++/README.md b/C_C++/README.md
index 4c69d49..2b06067 100644
--- a/C_C++/README.md
+++ b/C_C++/README.md
@@ -5,5 +5,5 @@ gcc -o program.out -lstdc++ FILE.cpp && ./program.out
Building the C files:
```bash
-gcc -o program.out FILE.c && ./program.out
+gcc -o program.out -lm FILE.c && ./program.out
```