#include "Log.oj"
@implementation App {}
+(void)run {
    [Log info:"Hello from " + APP + "!"];
}
@end

[App run];
