#include <Elementary.h>
#include "ecmake.h"

EAPI_MAIN int
elm_main(int argc, char **argv)
{
    return hello_world();
}

ELM_MAIN()