Test Foro de elhacker.net SMF 2.1

Programación => Programación C/C++ => Mensaje iniciado por: MAFUS en 27 Agosto 2019, 19:04 PM

Título: Divertimento: Hello world!
Publicado por: MAFUS en 27 Agosto 2019, 19:04 PM
#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;
}