0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-23 12:11:49 +00:00
quakeforge/tools/qwaq/main.qc

6 lines
82 B
C++

integer () main =
{
local id foo = [[Foo alloc] init];
[foo run];
return 0;
};