quakeforge/tools/qwaq/main.qc
Bill Currie 8a23ae0a48 stand alone qc interpreter. So I'm on some serious qwaq :) (actuallly, its
main purpose is language extention testing)
2001-06-01 21:57:59 +00:00

4 lines
47 B
C++

float () main =
{
print ("hello world\n");
};