mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
6 lines
71 B
C++
6 lines
71 B
C++
|
void(...) print = #1;
|
||
|
|
||
|
void() main = {
|
||
|
print("hello", " world");
|
||
|
}
|