gmqcc/tests/variadic.qc

4 lines
48 B
C++
Raw Normal View History

2012-11-19 02:11:24 +00:00
void() main = {
print("hello", " world");
}