view orenbow.c @ 8713:a5e806e784e7

<\oren\> ` sed -i \'\' -e \'s/192/64/\' orenbow.c
author HackBot
date Tue, 05 Jul 2016 03:54:49 +0000
parents 71922bacd183
children c6950e84cb37
line wrap: on
line source

#include <stdio.h>
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;}