9 lines
112 B
C
9 lines
112 B
C
|
#ifndef PJC_0X03_MAIN_H
|
||
|
#define PJC_0X03_MAIN_H
|
||
|
|
||
|
int get_userguess();
|
||
|
|
||
|
int lemmego();
|
||
|
|
||
|
#endif //PJC_0X03_MAIN_H
|