15 lines
216 B
C
15 lines
216 B
C
#include<stdio.h>
|
|
int main()
|
|
{
|
|
printf("test\n");
|
|
printf("test again\n");
|
|
printf("test push\n");
|
|
|
|
printf("test on my vscode\n");
|
|
/*test on may vscscode*/
|
|
/*test test on mac*/
|
|
/*testggdhgjhghbj*/
|
|
return 0;
|
|
}
|
|
|