aboutsummaryrefslogtreecommitdiff
path: root/examples/ex5.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex5.c')
-rw-r--r--examples/ex5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex5.c b/examples/ex5.c
index da625c5..156425e 100644
--- a/examples/ex5.c
+++ b/examples/ex5.c
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
-int main()
+int main()
{
printf("Hello World\n");
return 0;