Skip to content

Instantly share code, notes, and snippets.

View raphahramos's full-sized avatar

Raphael Gustavo Ramos raphahramos

  • 23:24 (UTC -03:00)
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <time.h>
#include <string.h>
#include <stdbool.h>
void imprimeMenu();
bool opcaoValida();
void jogo();
int menu();