summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..350af6b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Hello World C++ Program
+
+A simple C++ program that prints "Hello World" to the console.
+
+## Requirements
+
+- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+
+## Compilation
+
+To compile the program, use one of the following commands:
+
+### Using g++