mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-06-02 00:37:38 +03:00
9 lines
111 B
C
9 lines
111 B
C
#include<lib.h>
|
|
#include<stdio.h>
|
|
int main(void)
|
|
{
|
|
char *t = meson_print();
|
|
printf("%s", t);
|
|
return 0;
|
|
}
|