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