Jump to content

Word Associationess


Hambone

Recommended Posts

#include <conio.h>

#include <stdlib.h>

#include <stdio.h>

#include "redeyez.h"

 

char redpost;

int BAN=0;

int Donothing=0;

 

int main()

{

 

if (char redpost = 1)

{

BAN = 1;

}

 

else

{

Donothing = 1;

}

 

sleep (3);

return 0

}

Edited by Xterminator
Link to comment
Share on other sites

×
×
  • Create New...