]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
Faster CRC16 algorithm based on the Slicing-by-8 algorithm, by Michael E. Kounavis...
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }