mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-07-26 16:11:40 +00:00
some cleanups
整理文件夹,按首字母分类
This commit is contained in:
BIN
L/leostudiooo/1619956400051.jpeg
Normal file
BIN
L/leostudiooo/1619956400051.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 KiB |
BIN
L/leostudiooo/IMG_20210801_230729.jpg
Normal file
BIN
L/leostudiooo/IMG_20210801_230729.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
L/leostudiooo/IMG_20210802_155226.jpg
Normal file
BIN
L/leostudiooo/IMG_20210802_155226.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
2
L/leostudiooo/README.md
Normal file
2
L/leostudiooo/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
## Hi there
|
||||
[me](https://leostudiooo.github.io)
|
6
L/leostudiooo/hello.cpp
Normal file
6
L/leostudiooo/hello.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include<bits/stdc++.h>
|
||||
using namespace std;
|
||||
int main(){
|
||||
cout<<"Hello World!";
|
||||
return 0;
|
||||
}
|
1
L/leostudiooo/hello.py
Normal file
1
L/leostudiooo/hello.py
Normal file
@ -0,0 +1 @@
|
||||
print("Hello World!")
|
Reference in New Issue
Block a user