You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* I don't know what should I do now and what is this.
I have already learned C programming,and made up my
mind to be a programmer. */
#include <stdio.h>
int main()
{
printf("Hello world!\n");
return 0;
}