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..08e6cde
--- /dev/null
+++ b/C/README.md
@@ -0,0 +1,4 @@
+Building a file:
+```bash
+gcc -o program.out -lm FILE.c && ./program.out
+```