/*
Run the "hello, world" program on your system. Experiment with leaving out parts 
of the program to see what error messages you get.
*/

#include <stdio.h>

main()
{
    printf("hello world\n");
}
posted on 2017-05-14 21:41  lxjshuju  阅读(139)  评论(0编辑  收藏  举报