Maniak's Stolen Code

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> #include <string.h> #include <malloc.h> /*************************************************** * This is my secret code! Noone shall have it! * * I will kill the first motherfucker thath stoles * * my code!!!!!1 - Maniak * * *************************************************/ int main(void) { int timesIUsedTheLoo = 0; int timesIPooInDesignatedShittingStreetPerDay = 50; struct pajeet { char poo[8]; char loo[8]; } Pajeet; struct pajeet * Poo = malloc(8); struct pajeet * Loo = malloc(8); strcpy(Loo->poo, "Poo"); strcpy(Poo->loo, "loo"); for(timesIUsedTheLoo; timesIUsedTheLoo < timesIPooInDesignatedShittingStreetPerDay; timesIUsedTheLoo++) { printf("%s in %s!\n", Loo->poo, Poo->loo); } free(Poo); // Time to go relieve it! // free(Loo); // But not there! Witch lives there... return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines