
No License
C
2021年02月01日
#include〈stdio.h〉
int main(void)
{
int n;
for(n=0;n<10;n++){
printf(“%d¥n”,n);
}
return 0;
}
No one still commented. Please first comment.