aboutsummaryrefslogtreecommitdiff
path: root/leostudiooo
diff options
context:
space:
mode:
authorLeo Lingfeng Li <lilingfeng0408@outlook.com>2021-08-03 18:47:35 +0800
committerGitHub <noreply@github.com>2021-08-03 18:47:35 +0800
commit44e147b60d3b0237ffc9b298078c5b2d79c27908 (patch)
treee1126aba1076476b08b146d0829a0d182455caf6 /leostudiooo
parent76641d306ea2a72c488d928f5a948bbed7e98a46 (diff)
downloadDress-44e147b60d3b0237ffc9b298078c5b2d79c27908.tar
Dress-44e147b60d3b0237ffc9b298078c5b2d79c27908.tar.gz
Dress-44e147b60d3b0237ffc9b298078c5b2d79c27908.tar.bz2
Dress-44e147b60d3b0237ffc9b298078c5b2d79c27908.zip
Create hello.cpp
Diffstat (limited to 'leostudiooo')
-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;
+}