6 lines
68 B
C
6 lines
68 B
C
|
#ifndef DEF_INPUT_H
|
||
|
#define DEF_INPUT_H
|
||
|
|
||
|
string get_input();
|
||
|
|
||
|
#endif
|