aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leostudiooo/hello.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/leostudiooo/hello.cpp b/leostudiooo/hello.cpp
new file mode 100644
index 0000000..3f51437
--- /dev/null
+++ b/leostudiooo/hello.cpp
@@ -0,0 +1,6 @@
+#include<bits/stdc++.h>
+using namespace std;
+int main(){
+ cout<<"Hello World!";
+ return 0;
+}