Skip to content

Instantly share code, notes, and snippets.

View fgalmeida's full-sized avatar
Working from home

Felipe Almeida fgalmeida

Working from home
View GitHub Profile
@mauricioaniche
mauricioaniche / forca.c
Created January 19, 2015 21:50
Jogo de Forca - Completo
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "forca.h"
char palavrasecreta[TAMANHO_PALAVRA];
char chutes[26];
int chutesdados = 0;