5 lines
89 B
C
5 lines
89 B
C
#ifndef UNIT_BASE
|
|
#define UNIT_BASE 1
|
|
#endif
|
|
int unit_answer(void) { return UNIT_BASE; }
|