7 lines
55 B
C
7 lines
55 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
void compile();
|
||
|
|
||
|
#endif
|