C语言学习

#include<stdio.h>

int main()
{
/* My first C program */
printf("Hello,world!" \n);

return 0;

}

/tmp/585389670/main.c:6:24: error: expected ')'
printf("Hello,world!" \n);
^
/tmp/585389670/main.c:6:8: note: to match this '('
printf("Hello,world!" \n);
^
1 error generated.

exit status 1

posted @ 2018-07-25 15:11  Catmiyc  阅读(224)  评论(0编辑  收藏  举报