mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
integer () main =
|
|
{
|
|
local id foo = [[Foo alloc] init];
|
|
[foo run];
|
|
return 0;
|
|
};
|