some cleanups

整理文件夹,按首字母分类
This commit is contained in:
CuteDress
2024-02-07 12:16:20 +08:00
parent 1c7a79f719
commit 26049bb44b
2679 changed files with 470 additions and 509 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

2
L/leostudiooo/README.md Normal file
View File

@ -0,0 +1,2 @@
## Hi there
[me](https://leostudiooo.github.io)

6
L/leostudiooo/hello.cpp Normal file
View 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
View File

@ -0,0 +1 @@
print("Hello World!")