Help me please Code::Blocks compiler HELP!!!
I used GCC compiler on codeblocks c programming lang
i downloaded it 2 times and i write a code that is correct like ,let me show u guys my code
and then when i go to My project this comes up what dose this mean>?
Picture:

i downloaded it 2 times and i write a code that is correct like ,let me show u guys my code
and then when i go to My project this comes up what dose this mean>?
Picture:

Code:
#include <stdio.h>
#include <stdlib.h>
int main()
{
char t;
printf("Created By THEBOYZRULE\n");
printf("Please enter Your a character ");
scanf("%t", &t);
printf("im wired \n");
scanf("%t", &t);
printf("Credits:\n");
printf("Created by THEBOYZRULE \n", t);
}



