]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
Makefile: split up 'make gource' into 'make gource' (render only) and 'make gource...
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }