7 lines
57 B
C
7 lines
57 B
C
#ifndef RUN_H
|
|
#define RUN_H
|
|
|
|
void run_project();
|
|
|
|
#endif
|
#ifndef RUN_H
|
|
#define RUN_H
|
|
|
|
void run_project();
|
|
|
|
#endif
|