縮排的程式碼塊
你可以通過用至少四個空格或一個選項卡縮排每一行來建立多行程式碼片段:
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}
你可以通過用至少四個空格或一個選項卡縮排每一行來建立多行程式碼片段:
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}