summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol <pol@krutt.org>2016-05-31 01:23:50 +0200
committerPol <pol@krutt.org>2016-05-31 01:23:50 +0200
commit2474897f10a6d34f3893d7d0e65eb96e83bf0e6c (patch)
tree8fe7fcfce2d4bd14e649e23cbf22246e0a3922b9
parentfc2c1f72f123eafee3936245f53d281085269c10 (diff)
downloadonetimebluh-2474897f10a6d34f3893d7d0e65eb96e83bf0e6c.tar.gz
onetimebluh-2474897f10a6d34f3893d7d0e65eb96e83bf0e6c.tar.bz2
onetimebluh-2474897f10a6d34f3893d7d0e65eb96e83bf0e6c.zip
Fixes in main source
-rw-r--r--onetimebl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/onetimebl.c b/onetimebl.c
index 8640e63..025a45f 100644
--- a/onetimebl.c
+++ b/onetimebl.c
@@ -2,6 +2,6 @@
#include<stdlib.h>
int main(void) {
- printf("Che palle! \n");
+ printf("Che\tpalle! \n");
return 0;
}