7 lines
78 B
C
Raw Normal View History

2024-08-20 19:58:27 -07:00
#include"subproj.h"
int main(void) {
subproj_function();
return 0;
}