#import "Greeter.h"

@implementation Greeter

+ (void) sayHello {
    NSLog(@"Hello, world.");
}
@end
