Skip to content

C语言简单代码解析

C 语言简单代码解析

c
#include <stdio.h>

int main()
{
    printf("hello world\r\n");
    return 0;
}

图解

最近更新