aboutsummaryrefslogtreecommitdiffstats
path: root/hello-world.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello-world.c')
-rw-r--r--hello-world.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hello-world.c b/hello-world.c
index a3a0138..da7675c 100644
--- a/hello-world.c
+++ b/hello-world.c
@@ -1,3 +1,5 @@
+// I was originally ashamed of putting this here, But this is a "c-stuff" folder after all.
+// Don't always expect advanced stuff.
#include <stdio.h>
int main() {