aboutsummaryrefslogtreecommitdiff
path: root/C++/README.md
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-11-12 09:23:19 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-11-12 09:23:19 +0200
commitdbaf69f0e0ede46cbf5765cb6ca9500fcd7a3ea7 (patch)
tree42890f66de25479419a2be48af695f79be7c155d /C++/README.md
parentda0cd9df96b09425416869e819af9633866374ab (diff)
downloadalgorithms-dbaf69f0e0ede46cbf5765cb6ca9500fcd7a3ea7.tar
algorithms-dbaf69f0e0ede46cbf5765cb6ca9500fcd7a3ea7.tar.gz
algorithms-dbaf69f0e0ede46cbf5765cb6ca9500fcd7a3ea7.zip
Divided C and C++ files into seperate folders
Diffstat (limited to 'C++/README.md')
-rw-r--r--C++/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/C++/README.md b/C++/README.md
new file mode 100644
index 0000000..4e4244f
--- /dev/null
+++ b/C++/README.md
@@ -0,0 +1,4 @@
+Building a file:
+```bash
+gcc -o program.out -lstdc++ FILE.cpp && ./program.out
+```