🔒 Closed Basic Loading in C++

Status
Not open for further replies.

klevie_04

Journeyman
#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.

About this Thread

  • 0
    Replies
  • 898
    Views
  • 1
    Participants
Last reply from:
klevie_04

Trending Topics

Online now

Members online
1,129
Guests online
4,516
Total visitors
5,645

Forum statistics

Threads
2,305,688
Posts
29,167,316
Members
1,195,406
Latest member
aeiy12
Back
Top