mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-05 06:01:02 +00:00
7 lines
90 B
C++
7 lines
90 B
C++
|
void(string) print = #1;
|
||
|
|
||
|
void(string what) main = {
|
||
|
print(what);
|
||
|
print("\n");
|
||
|
};
|