YSITD_TG_Bot says to #ysitd
<licson>: /c_debug #include <stdio.h> #include <time.h> #include <malloc.h> int main(){ char* ptr; printf("test"); while(1){ ptr = (char*)malloc(1024000); printf("s"); if(time() % 2) free(ptr); } return 0; }