6 lines
71 B
C
6 lines
71 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
int main(int argc, char **argv);
|
|
|
|
#endif |