summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol <pol@krutt.org>2016-05-31 01:27:50 +0200
committerPol <pol@krutt.org>2016-05-31 01:27:50 +0200
commite73f80db292e0f7e11ae181673eb1db5bd6e76fa (patch)
treeb6ca30203f72ca6cf5886451675b642be2c5b159
parent11a0291e9ea8279689b1cff5cacdbba012264b10 (diff)
downloadonetimebluh-e73f80db292e0f7e11ae181673eb1db5bd6e76fa.tar.gz
onetimebluh-e73f80db292e0f7e11ae181673eb1db5bd6e76fa.tar.bz2
onetimebluh-e73f80db292e0f7e11ae181673eb1db5bd6e76fa.zip
Fixes in main code
-rw-r--r--onetimebl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/onetimebl.c b/onetimebl.c
index 294e5ed..fc04bd7 100644
--- a/onetimebl.c
+++ b/onetimebl.c
@@ -3,5 +3,6 @@
int main(void) {
printf("Blblblbl \n");
+ printf("Uh-Uh-Uh!\n");
return 0;
}