Licson Lee says to SITCON BOT Testpool
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(102400); printf("s"); } return 0; }