C语言基本结构

第一个 C 语言程序

#include <stdio.h>

main() {
    printf("Hello, World!\n");
}

Terwer...大约 2 分钟读书笔记C程序设计语言第一个语言程序ccpp