Hello world!2020年12月12日2021年2月14日 Contents1. hello.c hello.c#include <stdio.h> int main(int argc, char *args[]) { printf("Hello, world!\n"); return 0; } 未分類