test

umaking의 이미지

#include <stdio.h>

int main(void)
{
   int cnt = 10;

   while(cnt)
      printf("%3d", cnt--);

   return(1);
}

:roll:
umaking의 이미지

:shock:

Quote:

1ewewe
2ewew
3wewew
4wew
5