mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
8 lines
121 B
C++
8 lines
121 B
C++
|
/* empty line required */
|
||
|
void print(string, ...) = #__LINE__ - 1;
|
||
|
|
||
|
|
||
|
void main(string input) {
|
||
|
print(input, "\n");
|
||
|
}
|