gmqcc/testsuite/ngraphs/main.qc

7 lines
131 B
C++
Raw Normal View History

2012-10-29 13:36:05 +00:00
void(string, string) print = #1;
void() main = {
print("??=??'??(??)??!??<??>??-??/??/", "??/n");
print("#^[]|{}~\\", "\n");
};