This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
Pchen0
/
C
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8eec834dbb
Branches
Tags
master
test
C
/
code
/
个人介绍.c
个人介绍.c
133 B
History
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main() {
printf("我叫唐浩宸\n");
printf("来自重庆\n");
printf("爱好是学习\n");
return 0;
}