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

10 lines
No EOL
167 B
R

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