4 lines
84 B
C
4 lines
84 B
C
|
// 22 october 2017
|
||
|
extern int realMain(void);
|
||
|
int main(void) { return realMain(); }
|