mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-04 09:31:59 +00:00
7 lines
131 B
C++
7 lines
131 B
C++
|
void(string, string) print = #1;
|
||
|
|
||
|
void() main = {
|
||
|
print("??=??'??(??)??!??<??>??-??/??/", "??/n");
|
||
|
print("#^[]|{}~\\", "\n");
|
||
|
};
|