diff --git a/examples/hello/hello_main.c b/examples/hello/hello_main.c index 229027c36..95961545c 100644 --- a/examples/hello/hello_main.c +++ b/examples/hello/hello_main.c @@ -61,4 +61,3 @@ int hello_main(int argc, char *argv[]) printf("Hello, World!!\n"); return 0; } -