mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
133 B
R
8 lines
133 B
R
|
#include <qwaq/globals.rh>
|
||
|
#include <qwaq/fields.rh>
|
||
|
#include <qwaq/builtins.rh>
|
||
|
|
||
|
void () main =
|
||
|
{
|
||
|
printf ("Hello, world!\n");
|
||
|
};
|