]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
f4e509a119c11e4b5662ecf76150cec714346c80
[xonotic/gmqcc.git] / tests / builtin.qc
1 void(...) print = #1;
2
3 void() main = {
4     print("hello world");
5 }