Compiling the C code in GCC, and then executing it.
An accent error occurs:
PROGRAM:
#include <stdio.h>
int main() {
printf ("Bem Vindo ao Nosso Jogo de Adivinhação");
}
Command Terminal:
gcc adivinhacao.c -o adivinhacao.exe
adivinhacao.exe:
Bem Vindo ao Nosso Jogo de Adivinhação