[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

complete code



The complete code is:

#include <stdio.h>
main()
{
    printf("hello,world!\n");
}