mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-13 07:08:56 +03:00
7 lines
78 B
C
7 lines
78 B
C
#include"subproj.h"
|
|
|
|
int main(void) {
|
|
subproj_function();
|
|
return 0;
|
|
}
|