缩进的代码块
你可以通过用至少四个空格或一个选项卡缩进每一行来创建多行代码片段:
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}
你可以通过用至少四个空格或一个选项卡缩进每一行来创建多行代码片段:
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}