7 lines
69 B
C++
7 lines
69 B
C++
#ifndef MATAR_HH
|
|
#define MATAR_HH
|
|
|
|
int run();
|
|
|
|
#endif /* MATAR_HH */
|