aboutsummaryrefslogtreecommitdiff
path: root/C++/README.md
diff options
context:
space:
mode:
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
+```