mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-03 00:51:59 +00:00
6 lines
84 B
C++
6 lines
84 B
C++
|
void(string, ...) print = #1;
|
||
|
|
||
|
void(string what) main = {
|
||
|
print(what, "\n");
|
||
|
};
|