view src/pikhqbow.c @ 11290:3ac88fbad74b

<oerjan> le/rn bimonthly//The word "bimonthly" has at least two meanings, although this wisdom only gives about half of one. No matter which expert you follow, you\'re 50% likely to misinterpret it, or doubly so, depending on the phase of the moon.
author HackBot
date Sun, 31 Dec 2017 03:48:42 +0000
parents 6e805f2a05d3
children
line wrap: on
line source

#include <stdio.h>
#include <wchar.h>
#include <locale.h>
int main(){wint_t c;int a=0;setlocale(LC_ALL,"C.UTF-8");b:c=fgetwc(stdin);if(c==EOF) return 0;printf("\x03%d%lc%s",(int[]){4,8,9,11,12,13}[a],c,c==L','?"\x0f":"",c);if(++a==6)a=0;goto b;}