mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
5 lines
47 B
C++
5 lines
47 B
C++
|
float () main =
|
||
|
{
|
||
|
print ("hello world\n");
|
||
|
};
|