changeset 8713:a5e806e784e7

<\oren\> ` sed -i \'\' -e \'s/192/64/\' orenbow.c
author HackBot
date Tue, 05 Jul 2016 03:54:49 +0000
parents 256064c6597c
children 66db96ea4978
files orenbow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orenbow.c	Tue Jul 05 03:53:29 2016 +0000
+++ b/orenbow.c	Tue Jul 05 03:54:49 2016 +0000
@@ -1,2 +1,2 @@
 #include <stdio.h>
-int main(){int a,c=1;b:a=getchar();if(a==EOF)return 0;if(!(a&128)||(a&192))printf("\e[%d;1m","\37! $\"#"[c]);putchar(a);c=c+1-6*(c>4);goto b;}
+int main(){int a,c=1;b:a=getchar();if(a==EOF)return 0;if(!(a&128)||(a&64))printf("\e[%d;1m","\37! $\"#"[c]);putchar(a);c=c+1-6*(c>4);goto b;}