Skip to content

Instantly share code, notes, and snippets.

View storm-ace's full-sized avatar

Stormace storm-ace

View GitHub Profile
#include <iostream>
#include <string>
using namespace std;
void PrintIntro();
void PlayGame();
string GetGuess();
bool AskToPlayAgain();
#include <iostream>
#include <string>
using namespace std;
void PrintIntro();
void PlayGame();
string GetGuess();
bool AskToPlayAgain();