2007/05/15(火)C 2015/07/19 07:06 Hello World ■ C #include <stdio.h> int main(int argc, char *argv[]) { puts("Hello world!"); return 0; }