gmqcc/tests/builtin.qc

6 lines
70 B
C++
Raw Normal View History

2012-11-19 02:11:24 +00:00
void(string) print = #1;
2012-11-17 02:55:33 +00:00
void() main = {
print("hello world");
}