Cxiaoaixin

#include<stdio.h>
int main()
{
for( ; ; )
   {printf("❤️\n");
   }
   return 0;
}