projects
/
xonotic
/
gmqcc.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new makefile
[xonotic/gmqcc.git]
/
tests
/
variadic.qc
1
void() main = {
2
print("hello", " world");
3
}