0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-17 17:31:28 +00:00
quakeforge/tools/qwaq/test.r

14 lines
123 B
R

@interface Foo : Object
-run;
@end
@implementation Foo
-run
{
print ("Hello world\n");
printf ("%i\n", self);
}
@end