Consindine
- 101
- 3
C (gcc), 8684 bytes (no header/footer)
t
#ifndef A
,b;main(a){
#define At
#define A }
#endif
printf("%d\n""%d",a);t=a;a=a+b;b=t;A;}
#endif
t=a;a=a+b;b=t;A
This really shows the power of the preprocessor πͺ
C (gcc), 86 bytes (no header/footer)
t
#ifndef A
,b;main(a){
#define At
#define A }
#endif
printf("%d\n",a);t=a;a=a+b;b=t;A
This really shows the power of the preprocessor πͺ
C (gcc), 84 bytes (no header/footer)
t
#ifndef A
,b;main(a){
#define At
#define A printf("%d",a);}
#endif
t=a;a=a+b;b=t;A
This really shows the power of the preprocessor πͺ
C (gcc), 86 bytes (no header/footer)
t
#ifndef A
,b;main(a){
#define At
#define A }
#endif
printf("%d\n",a);t=a;a=a+b;b=t;A
This really shows the power of the preprocessor πͺ