view src/pikhqbow.c @ 12173:c09becd5b2ae draft

<oerjan> learn `rlexp <compressed code> is a command for expanding the rle format fungot ^show\'s for brainfuck code but doesn\'t accept as input.
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 06:37:46 +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;}