最終更新:2019-10-06 (日) 09:26:56 (1665d)  

hello.c
Top / hello.c

#include <stdio.h>


int main(int argc, char *args[])
{
    printf("Hello, world!\n");
    return 0;
}