#include <stdio.h>
#include <windows.h>
void main()
{
int n = 1000000;
while (n--)
{
static const char* chs="-//|/";
static int chi=0;
chi = ++chi %4;
printf("/r test is now listening %c", chs[chi]);
Sleep(200);
}
}
#include <windows.h>
void main()
{
int n = 1000000;
while (n--)
{
static const char* chs="-//|/";
static int chi=0;
chi = ++chi %4;
printf("/r test is now listening %c", chs[chi]);
Sleep(200);
}
}