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