OneCompiler

this code for 100 time repeat

279

#include <stdio.h>
int main()
\this code for 100 time repeat
{
for(int i = 1; i <= 100; ++i)
printf(" ❤\n");
return 0;
}