aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorc+12023-05-03 17:06:26 -0400
committerc+12023-05-03 17:06:26 -0400
commit7ced4218e9b8317b9d7d9e8489cf24d0f406cc5d (patch)
tree18fa4e7d17d0ca6937a65dc7fb08d27d1f3d10e2 /src/main.c
parent616ee4299aacea36688115c722b8a03e77f59734 (diff)
why
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2a51a71..a9682a6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,5 +2,6 @@
int main(int argc, char* argv[]) {
printf("Hello, world.");
+
return 0;
}