]> git.xonotic.org Git - xonotic/gmqcc.git/blob - testsuite/ngraphs/main.qc
Fixing some indentation
[xonotic/gmqcc.git] / testsuite / ngraphs / main.qc
1 void(string, string) print = %:1;
2
3 void() main = ??<
4         print("??=??'??(??)??!??<??>??-??/??/%>", "??/n");
5         print("#^[]|{}~\\%>", "\n");
6 %>;