]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
Merge branch 'divVerent/ftypeless-stores' of git://git.xonotic.org/xonotic/gmqcc...
[xonotic/gmqcc.git] / tests / builtin.qc
1 void() main = {
2     print("hello world");
3 }