summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorstefonzo <stevester.robinson@gmail.com>2022-02-06 20:47:58 -0600
committerstefonzo <stevester.robinson@gmail.com>2022-02-06 20:47:58 -0600
commit4ebd9b8cf553359ebef8c8f8b2128e7b120bb251 (patch)
treedb12692d5f36498e896c74d76323433ca28a69b3 /main.cpp
initial commit
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
new file mode 100644
index 0000000..3b2b2fa
--- /dev/null
+++ b/main.cpp
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+using namespace std;
+
+int main() {
+ return 0;
+}