1234567891011
#include "windows.h" #include "whatever_you're_using" int main(){ \\Your code Sleep(2000); return 0 }
system ("pause");