summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xa.outbin0 -> 9216 bytes
-rw-r--r--cpp/main.cpp1
-rw-r--r--main.cpp6
3 files changed, 6 insertions, 1 deletions
diff --git a/a.out b/a.out
new file mode 100755
index 0000000..e4e76b7
--- /dev/null
+++ b/a.out
Binary files differdiff --git a/cpp/main.cpp b/cpp/main.cpp
deleted file mode 100644
index 8d1c8b6..0000000
--- a/cpp/main.cpp
+++ /dev/null
@@ -1 +0,0 @@
- 
diff --git a/main.cpp b/main.cpp
new file mode 100644
index 0000000..afed0aa
--- /dev/null
+++ b/main.cpp
@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main(){
+  std::cout << "Hello World" << std::endl;
+  return 0;
+}