0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-25 05:01:24 +00:00
quakeforge/tools/qwaq/test.r

15 lines
123 B
R
Raw Normal View History

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