Divertimento: Hello world!

Iniciado por MAFUS, 27 Agosto 2019, 19:04 PM

0 Miembros y 1 Visitante están viendo este tema.

MAFUS

#include <stdio.h>

int main() {
   int w,t,f;
   w = 3;
   f = 1214606441+w;
   there:
   t=32;
   here:
   putchar(f>>(t-=8)&0377);
   if(t) goto here;
   f += w==3? 649792259 : 55307442;
   if(--w) goto there;
}