My First Post
测试Markdown各种格式。
测试格式
hello
- 1
- 2
- 3
hello
this is quote text
this is code block
/* this is c code */
int main() {
int a = 1;
printf("a = %d, a");
return 0;
}
测试Markdown各种格式。
测试格式
hello
hello
this is quote text
this is code block
/* this is c code */
int main() {
int a = 1;
printf("a = %d, a");
return 0;
}