#include "global.h" void main() { printf("\n"); Sleep(2000); printf("\n"); Sleep(2000); printf("\t"); Sleep(2000); printf("\n"); system("pause"); }