mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
6 lines
67 B
C++
6 lines
67 B
C++
|
void(...) print = #1;
|
||
|
|
||
|
void() main = {
|
||
|
print("hello world");
|
||
|
}
|