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