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