2024-08-20 19:58:27 -07:00

7 lines
78 B
C

#include"subproj.h"
int main(void) {
subproj_function();
return 0;
}