Hello World

来自woodrow
跳到导航 跳到搜索
#include <stdio.h>

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