mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 19:21:47 +00:00
4 lines
47 B
C++
4 lines
47 B
C++
float () main =
|
|
{
|
|
print ("hello world\n");
|
|
};
|