/** * This maemo code example is licensed under a MIT-style license, * that can be found in the file called "License" in the same * directory as this file. * Copyright (c) 2007-2008 Nokia Corporation. All rights reserved. */ #include #include "hello.h" int main(int argc, char** argv) { printHello(); return EXIT_SUCCESS; }