What's new

Closed Basic Loading in C++

Status
Not open for further replies.

klevie_04

Addict
Joined
Mar 29, 2016
Posts
48
Reaction
25
Points
85
Age
30
#include <stdio.h>
#include <stdlib.h>

int main()
{
for (int i=0; i<=80; i++)
{
printf("%c",177);
for(int j=0; j<=1000000; j++)
{
}

}
return 0;
}
 
Status
Not open for further replies.

Similar threads

Back
Top