gmqcc/tests/builtin.qc

4 lines
44 B
C++
Raw Normal View History

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