summaryrefslogtreecommitdiffhomepage
path: root/buildme/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildme/main.cpp')
-rw-r--r--buildme/main.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/buildme/main.cpp b/buildme/main.cpp
new file mode 100644
index 0000000..a328171
--- /dev/null
+++ b/buildme/main.cpp
@@ -0,0 +1,14 @@
+//
+// main.cpp
+// buildme
+//
+// Created by Amlal on 6/20/24.
+//
+
+#include <iostream>
+
+int main(int argc, const char * argv[]) {
+ // insert code here...
+ std::cout << "Hello, World!\n";
+ return 0;
+}