#ifndef DEF_INPUT_H
#define DEF_INPUT_H
#include <string>
using namespace std;
/*
Retrieves user input
*/
string get_input();
#endif