mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-28 06:32:44 +00:00
5 lines
71 B
C++
5 lines
71 B
C++
void(...) print = #1;
|
|
|
|
void() main = {
|
|
print("hello", " world");
|
|
}
|