X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=helloworld.c;h=c2c92bc0ada7b58d5e10794f1ecbda6d815a0e85;hp=bc9f993f031a55557e34536a31f0e75da1458ba4;hb=36ea8f1059e486a2fbb8fbf644303443865741e7;hpb=11b77089568a6386f90aab2bbdc0ca0df32ab765 diff --git a/helloworld.c b/helloworld.c index bc9f993..c2c92bc 100644 --- a/helloworld.c +++ b/helloworld.c @@ -6,4 +6,5 @@ int main(int argc, char** argv) { printf("Hello world\n"); -} \ No newline at end of file + return 0; +}