resources/src/hello.c in startup-time-1.0.0 vs resources/src/hello.c in startup-time-1.1.0

- old
+ new

@@ -1,5 +1,6 @@ #include <stdio.h> int main(int argc, char * argv[]) { printf("Hello, world!\n"); + return 0; }