0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 23:32:09 +00:00
quakeforge/tools/qfcc/doc/hello2.r

10 lines
167 B
R
Raw Normal View History

#include <qwaq/globals.rh>
#include <qwaq/fields.rh>
#include <qwaq/builtins.rh>
void () main =
{
printf ("Hello, ");
printf ("world!");
printf ("\n");
};