diff options
Diffstat (limited to 'C_C++/README.md')
| -rw-r--r-- | C_C++/README.md | 9 |
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 -``` |
