quakeforge/tools/qwaq/test.r

15 lines
123 B
R

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