mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Actually use a di-graph in the ngraph test, and replaced the curly braces and the builgin-# sign
This commit is contained in:
parent
aff3cbbaa8
commit
0ca2807096
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
void(string, string) print = #1;
|
||||
void(string, string) print = %:1;
|
||||
|
||||
void() main = {
|
||||
void() main = ??<
|
||||
print("??=??'??(??)??!??<??>??-??/??/", "??/n");
|
||||
print("#^[]|{}~\\", "\n");
|
||||
};
|
||||
%>;
|
||||
|
|
Loading…
Reference in a new issue